|
PER Firmware
|
#include "common/phal_F4/phal_F4.h"Go to the source code of this file.
Classes | |
| struct | dma_init_t |
Functions | |
| bool | PHAL_initDMA (dma_init_t *init) |
| void | PHAL_DMA_startTxfer (dma_init_t *init) |
| void | PHAL_DMA_stopTxfer (dma_init_t *init) |
| void | PHAL_DMA_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) |
| void PHAL_DMA_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 ) |
| void PHAL_DMA_startTxfer | ( | dma_init_t * | init | ) |
| void PHAL_DMA_stopTxfer | ( | dma_init_t * | init | ) |
| bool PHAL_initDMA | ( | dma_init_t * | init | ) |