AM273x MCU+ SDK  09.02.00
MIBSPI_DMAXferAddrInfo Struct Reference

Detailed Description

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
 

Field Documentation

◆ saddr

uintptr_t MIBSPI_DMAXferAddrInfo::saddr

Source address of transfer. Used by DMA engine so should be SoC system address

◆ daddr

uintptr_t MIBSPI_DMAXferAddrInfo::daddr

Destination address of transfer. Used by DMA engine so should be SoC system address