LL DMA gather config definition. More...
#include <gr55xx_hal_dma.h>
Public Attributes | |
uint32_t | src_gather_en |
uint32_t | src_sgi |
uint32_t | src_sgc |
LL DMA gather config definition.
Definition at line 180 of file gr55xx_hal_dma.h.
uint32_t dma_gather_config::src_gather_en |
Specifies the channel source gather function enable. This parameter can be a value of Source Gather Enable.
Definition at line 183 of file gr55xx_hal_dma.h.
uint32_t dma_gather_config::src_sgc |
Specifies the channel source gather count. This parameter can be a value between Min_Data = 0 and Max_Data = 0xFFF.
Definition at line 189 of file gr55xx_hal_dma.h.
uint32_t dma_gather_config::src_sgi |
Specifies the channel source gather interval. This parameter can be a value between Min_Data = 0 and Max_Data = 0xFFFFF.
Definition at line 186 of file gr55xx_hal_dma.h.