DMA transfer structure.
This structure defines the parameters for a DMA transfer, including source and destination addresses, address increment sizes, transfer size, total transfer length, transfer type, DMA mode, and the peripheral signal that triggers the DMA transfer.
Public Attributes#
uint32_t *
Source transfer address.
uint32_t *
Destination transfer address.
uint32_t
Source address increment size.
uint32_t
Destination address increment size.
uint32_t
Transfer data size.
uint32_t
Total transfer length.
uint8_t
DMA transfer type.
uint8_t
DMA transfer mode.
uint8_t
Peripheral signal that triggers the DMA transfer (0 for software trigger).