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