![]() |
S32 SDK
|
Data structure for configuring a discrete memory transfer. Implements : edma_scatter_gather_list_t_Class. More...
#include <edma_driver.h>
Data Fields | |
uint32_t | address |
uint32_t | length |
edma_transfer_type_t | type |
Data structure for configuring a discrete memory transfer. Implements : edma_scatter_gather_list_t_Class.
Definition at line 247 of file edma_driver.h.
uint32_t address |
Address of buffer.
Definition at line 248 of file edma_driver.h.
uint32_t length |
Length of buffer.
Definition at line 249 of file edma_driver.h.
edma_transfer_type_t type |
Type of the DMA transfer
Definition at line 250 of file edma_driver.h.