![]() |
Nano100AN Series BSP
V3.02.002
The Board Support Package for Nano100AN Series
|
NANO100 series ADC driver source file. More...
#include "Nano100Series.h"Go to the source code of this file.
Functions | |
| void | ADC_Open (ADC_T *adc, uint32_t u32InputMode, uint32_t u32OpMode, uint32_t u32ChMask) |
| This API configures ADC module to be ready for convert the input from selected channel. More... | |
| void | ADC_Close (ADC_T *adc) |
| Disable ADC module. More... | |
| void | ADC_EnableHWTrigger (ADC_T *adc, uint32_t u32Source, uint32_t u32Param) |
| Configure the hardware trigger condition and enable hardware trigger. More... | |
| void | ADC_DisableHWTrigger (ADC_T *adc) |
| Disable hardware trigger ADC function. More... | |
| void | ADC_EnableTimerTrigger (ADC_T *adc, uint32_t u32Source, uint32_t u32PDMACnt) |
| Config and enable timer trigger. More... | |
| void | ADC_DisableTimerTrigger (ADC_T *adc) |
| Disable timer trigger ADC function. More... | |
| void | ADC_SetExtraSampleTime (ADC_T *adc, uint32_t u32ChNum, uint32_t u32SampleTime) |
| Configure the extend sampling counter. More... | |
| void | ADC_EnableInt (ADC_T *adc, uint32_t u32Mask) |
| Enable the interrupt(s) selected by u32Mask parameter. More... | |
| void | ADC_DisableInt (ADC_T *adc, uint32_t u32Mask) |
| Disable the interrupt(s) selected by u32Mask parameter. More... | |
NANO100 series ADC driver source file.
Definition in file adc.c.
1.8.15