|
PER Firmware
|
Basic DMA Peripheral HAL library. More...
#include "common/phal_G4/dma/dma.h"Functions | |
| bool | PHAL_initDMA (dma_init_t *dma) |
| void | PHAL_startTxfer (dma_init_t *dma) |
| void | PHAL_stopTxfer (dma_init_t *dma) |
| void | PHAL_reEnable (dma_init_t *dma) |
| void | PHAL_DMA_setMemAddress (dma_init_t *dma, const uint32_t address) |
| void | PHAL_DMA_setTxferLength (dma_init_t *dma, const uint32_t length) |
Basic DMA Peripheral HAL library.