TMPM4G9  V1.0.0.0
bsp_adc.h
Go to the documentation of this file.
1 
13 /*------------------------------------------------------------------------------*/
14 /* Define to prevent recursive inclusion */
15 /*------------------------------------------------------------------------------*/
16 
17 #ifndef __BSP_ADC_H
18 #define __BSP_ADC_H
19 
20 #ifdef __cplusplus
21 extern "C" {
22 #endif
23 
24 /*------------------------------------------------------------------------------*/
25 /* Includes */
26 /*------------------------------------------------------------------------------*/
27 #include "txz_adc.h"
28 /*------------------------------------------------------------------------------*/
29 /* Functions */
30 /*------------------------------------------------------------------------------*/
37 
38 #ifdef __cplusplus
39 }
40 #endif /* __cplusplus */
41 #endif /* __BSP_ADC_H */
This file provides all the functions prototypes for ADC driver.
adc_mod1_t adc_get_mode1(adc_t *p_adc)
Definition: bsp_adc.c:103
ADC handle structure definition.
Definition: txz_adc.h:440
adc_mod1_t
Select SCLK Frequency Band (MOD1).
Definition: txz_adc.h:107