ISVP-SDK
3.12.0
Ingenic Smart Video Platform SDK
|
ADC module include header. More...
Go to the source code of this file.
Functions | |
int | SU_ADC_Init (void) |
ADC module init. More... | |
int | SU_ADC_Exit (void) |
ADC module deinit. More... | |
int | SU_ADC_EnableChn (uint32_t chn_num) |
Enable an ADC channel. More... | |
int | SU_ADC_DisableChn (uint32_t chn_num) |
Disable an ADC channel. More... | |
int | SU_ADC_GetChnValue (uint32_t chn_num, int *value) |
Get the ADC value of the channel chn_num. More... | |
ADC module include header.