adc.h File Reference
Go to the source code of this file.
Define Documentation
| #define ADC_ADINT 0x00010000 |
Definition at line 21 of file adc.h.
Definition at line 28 of file adc.h.
| #define ADC_DONE 0x80000000 |
Definition at line 19 of file adc.h.
Definition at line 17 of file adc.h.
| #define ADC_INTERRUPT_FLAG 0 |
Definition at line 14 of file adc.h.
Definition at line 27 of file adc.h.
Definition at line 16 of file adc.h.
| #define ADC_OVERRUN 0x40000000 |
Definition at line 20 of file adc.h.
Definition at line 25 of file adc.h.
Definition at line 23 of file adc.h.
Definition at line 24 of file adc.h.
Function Documentation
| void ADC0Handler |
( |
void |
|
) |
|
| unsigned int ADC0Read |
( |
unsigned char |
channelNum |
) |
|
| void ADC1Handler |
( |
void |
|
) |
|
| unsigned int ADC1Read |
( |
unsigned char |
channelNum |
) |
|
| unsigned int ADCInit |
( |
unsigned int |
ADC_Clk |
) |
|
Variable Documentation
Definition at line 18 of file adc.c.
Definition at line 17 of file adc.c.
Definition at line 18 of file adc.c.
Definition at line 17 of file adc.c.