Data structure for configuring a discrete memory transfer. Implements : edma_scatter_gather_list_t_Class. More...
#include <platform/drivers/inc/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 315 of file edma_driver.h.
uint32_t address |
Address of buffer.
Definition at line 316 of file edma_driver.h.
uint32_t length |
Length of buffer.
Definition at line 317 of file edma_driver.h.
edma_transfer_type_t type |
Type of the DMA transfer
Definition at line 318 of file edma_driver.h.