Basic DMA Peripheral HAL library for setting up DMA transfers.
More...
Basic DMA Peripheral HAL library for setting up DMA transfers.
- Author
- Aditya Anand, Chris McGalliard - Port of L4 HAL by Dawson Moore (moore.nosp@m.800@.nosp@m.purdu.nosp@m.e.ed.nosp@m.u)
- Version
- 0.1
- Date
- 2023-08-19
- Copyright
- Copyright (c) 2023
◆ PHAL_DMA_reEnable()
◆ PHAL_DMA_setMemAddress()
| void PHAL_DMA_setMemAddress |
( |
dma_init_t * | init, |
|
|
const uint32_t | address ) |
◆ PHAL_DMA_setTxferLength()
| void PHAL_DMA_setTxferLength |
( |
dma_init_t * | init, |
|
|
const uint32_t | length ) |
◆ PHAL_DMA_startTxfer()
◆ PHAL_DMA_stopTxfer()
◆ PHAL_initDMA()