Go to the documentation of this file.
52 #ifndef _APP_ADC_DMA_H_
53 #define _APP_ADC_DMA_H_
65 #ifdef HAL_ADC_MODULE_ENABLED
ADC parameters structure definition.
Header file containing functions prototypes of GPIO app library.
uint16_t app_adc_dma_deinit(void)
De-initialize the APP ADC DRIVER peripheral.
This file contains all the functions prototypes for the HAL module driver.
Header file containing functions prototypes of ADC app library.
uint16_t app_adc_dma_init(app_adc_params_t *p_params)
Initialize the APP ADC DRIVER according to the specified parameters in the app_adc_params_t and app_a...
uint16_t app_adc_dma_conversion_async(uint16_t *p_data, uint32_t length)
DMA for conversion.
Header file of app driver error code.
Header file of app driver config code.