This is the driver header file for DMA driver. More...
Include dependency graph for drv_dma.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| void | DRV_DMA_getVinAverage (uint16_t *vinAvg) |
| uint16_t * | DRV_DMA_getCoreBuffer (void) |
| void | DMA_ChannelCallback (enum DMA_CHANNEL channel) |
| This is the default callback with weak attribute. The user can override and implement the default callback without weak attribute or can register a custom callback function using DMA_ChannelCallbackRegister. | |
| void | DRV_DMA_init (void) |
DMA Driver Source File
Definition in file drv_dma.h.
| uint16_t * DRV_DMA_getCoreBuffer | ( | void | ) |
| void DRV_DMA_getVinAverage | ( | uint16_t * | vinAvg | ) |