Functions | Variables
adc.c File Reference
#include "LPC214x.h"
#include "type.h"
#include "irq.h"
#include "target.h"
#include "adc.h"
Include dependency graph for adc.c:

Go to the source code of this file.

Functions

void ADC0getSamplingResults (unsigned char selectChannels, unsigned int *channelValues)
unsigned int ADC0Read (unsigned char channelNum)
void ADC0triggerSampling (unsigned char selectChannels)
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]
unsigned int adcChannelValues [8]

Function Documentation

void ADC0getSamplingResults ( unsigned char  selectChannels,
unsigned int *  channelValues 
)

Definition at line 379 of file adc.c.

unsigned int ADC0Read ( unsigned char  channelNum)

Definition at line 281 of file adc.c.

void ADC0triggerSampling ( unsigned char  selectChannels)

Definition at line 373 of file adc.c.

unsigned int ADC1Read ( unsigned char  channelNum)

Definition at line 332 of file adc.c.

unsigned int ADCInit ( unsigned int  ADC_Clk)

Definition at line 220 of file adc.c.


Variable Documentation

volatile unsigned int ADC0IntDone = 0

Definition at line 18 of file adc.c.

volatile unsigned int ADC0Value[ADC_NUM]

Definition at line 17 of file adc.c.

volatile unsigned int ADC1IntDone = 0

Definition at line 18 of file adc.c.

volatile unsigned int ADC1Value[ADC_NUM]

Definition at line 17 of file adc.c.

unsigned int adcChannelValues[8]

Definition at line 19 of file adc.c.



asctec_hl_firmware
Author(s): Markus Achtelik, Michael Achtelik, Stephan Weiss, Laurent Kneip
autogenerated on Tue Dec 17 2013 11:39:27