Go to the documentation of this file.
62 #ifdef HAL_DMA_MODULE_ENABLED
162 #ifdef APP_DRIVER_WAKEUP_CALL_FUN
dma_handle_t * app_dma_get_handle(dma_id_t id)
Return the DMA handle.
DMA Configuration Structure definition.
DMA parameters structure definition.
void(* app_dma_evt_handler_t)(app_dma_evt_type_t type)
DMA event callback definition.
@ APP_DMA_EVT_TFR
The event of transfer complete interrupt.
dma_channel_t channel_number
Specifies the channel of DMA.
dma_init_t init
DMA communication parameters.
uint16_t app_dma_deinit(dma_id_t ins_id)
De-initialize the APP ADC DRIVER peripheral.
uint16_t app_dma_start(dma_id_t id, uint32_t src_address, uint32_t dst_address, uint32_t data_length)
Start the DMA Transfer.
app_dma_evt_type_t
DMA event Enumerations definition.
This file contains all the functions prototypes for the HAL module driver.
@ APP_DMA_EVT_ERROR
The event of error interrupt.
dma_id_t app_dma_init(app_dma_params_t *p_params, app_dma_evt_handler_t evt_handler)
Initialize the APP DMA DRIVER according to the specified parameters in the app_dma_params_t and app_d...
Header file of app driver error code.
DMA handle Structure definition.
int16_t dma_id_t
DMA id definition.
dma_channel_t
HAL DMA Channel Enumerations definition.