TMS320F28335 Library
1.0
Documentation
adc.h
Go to the documentation of this file.
1
5
#include "../global_defines.h"
6
7
#define ADC_Cal (void (*) (void)) 0x380080
8
9
#ifndef ADC_ADC_H_
10
#define ADC_ADC_H_
11
12
void
init_ADC
(
void
);
13
int16
ADC_getValue
(
Uint16
);
14
15
#endif
/* ADC_ADC_H_ */
init_ADC
void init_ADC(void)
Init ADC.
Definition:
adc.c:16
int16
int int16
16 Bit Variable: - 32.768 .. 32.767
Definition:
global_defines.h:17
Uint16
unsigned int Uint16
16 Bit Variable: 0 .. 65.535
Definition:
global_defines.h:21
ADC_getValue
int16 ADC_getValue(Uint16)
Get Value of ADCIN-Pin.
Definition:
adc.c:56
adc
adc.h
Generated by
1.8.20