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
67 #ifdef APP_ADC_SNSADC_ENABLE
74 #define app_adc_dma_conversion_async app_adc_conversion_async
78 #define app_adc_dma_multi_channel_conversion_async app_adc_multi_channel_conversion_async
111 #ifdef APP_ADC_GPADC_ENABLE
124 uint16_t app_adc_dma_conversion_async(uint16_t *p_data, uint32_t length);
136 uint16_t app_adc_dma_multi_channel_conversion_async(
app_adc_sample_node_t *p_begin_node, uint32_t total_nodes);
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.
ADC sample-node definition.
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...
Header file of app driver error code.
Header file of app driver config code.