Go to the source code of this file.
◆ QSPI_edmaChannelConfig()
Function to initialize EDMA before transfers.
- Parameters
-
- Returns
- SystemP_SUCCESS if configured successfully; else error on failure
◆ QSPI_edmaTransfer()
void QSPI_edmaTransfer |
( |
void * |
dst, |
|
|
void * |
src, |
|
|
uint32_t |
length, |
|
|
QSPILLD_Handle |
qspiHandle, |
|
|
uint32_t |
timeout |
|
) |
| |
Function to transfer QSPI data using EDMA.
- Parameters
-
dst | Destination address of DMA transfer. |
src | Source address for DMA transfer. |
length | Number of bytes to be transferred. |
qspiHandle | QSPILLD_Handle returned from QSPI_open(). |
timeout | timeout parameter |
◆ QSPI_edmaChannelFree()
Function to free EDMA resources.
- Parameters
-
- Returns
- SystemP_SUCCESS if resources freed successfully; else error on failure