Line 1: Line 1:
==ADC_Init();==
 
{| class="wikitable"  style="colspan:1; background-color:#4682B4;"
 
<html> 
 
<colgroup>
 
    <col width="150">
 
    <col span="1" style="background-color:#A9E2F3">
 
</colgroup>
 
</html>
 
|-
 
|Defination || ADC_Init();
 
|-
 
| Input Arguments || None
 
|-
 
| Return Value|| None
 
|-
 
| Description ||    Wait till the ADC conversion is completed, EOC will be pulled to HIGH by the hardware(ADC0809) once conversion is completed
 
|}
 
 
 
 
  
 
{| class="wikitable"  style="colspan:1; background-color:#4682B4;"
 
{| class="wikitable"  style="colspan:1; background-color:#4682B4;"

Revision as of 12:22, 15 November 2014

{{#Widget:LibTable}}
Defination ADC_Init();
Input Arguments None
Return Value None
Description Wait till the ADC conversion is completed, EOC will be pulled to HIGH by the hardware(ADC0809) once conversion is completed