MIBSPI Driver DMA module Address info definition.
Data structure used to exchange address info between the MIBSPI driver and the SoC specific DMA engine implementation
Data Fields | |
uintptr_t | saddr |
uintptr_t | daddr |
uintptr_t MIBSPI_DMAXferAddrInfo::saddr |
Source address of transfer. Used by DMA engine so should be SoC system address
uintptr_t MIBSPI_DMAXferAddrInfo::daddr |
Destination address of transfer. Used by DMA engine so should be SoC system address