#include "LPC214x.h"#include "type.h"#include "irq.h"#include "target.h"#include "adc.h"
Go to the source code of this file.
Functions | |
| unsigned int | ADC0Read (unsigned char channelNum) |
| unsigned int | ADC1Read (unsigned char channelNum) |
| unsigned int | ADCInit (unsigned int ADC_Clk) |
Variables | |
| volatile unsigned int | ADC0IntDone = 0 |
| volatile unsigned int | ADC0Value [ADC_NUM] |
| volatile unsigned int | ADC1IntDone = 0 |
| volatile unsigned int | ADC1Value [ADC_NUM] |
| volatile unsigned int ADC0IntDone = 0 |
| volatile unsigned int ADC1IntDone = 0 |