G32R430 Device Driver Layer v1.0.4
G32R4xx Device Driver Layer API Reference

Macros

#define DDL_DMA_DIRECTION_PERIPH_TO_MEMORY   0x00000000U
#define DDL_DMA_DIRECTION_MEMORY_TO_PERIPH   DMA_SCFG_DIRCFG_0
#define DDL_DMA_DIRECTION_MEMORY_TO_MEMORY   DMA_SCFG_DIRCFG_1

Detailed Description

Macro Definition Documentation

◆ DDL_DMA_DIRECTION_MEMORY_TO_MEMORY

#define DDL_DMA_DIRECTION_MEMORY_TO_MEMORY   DMA_SCFG_DIRCFG_1

Memory to memory direction

Definition at line 218 of file g32r4xx_ddl_dma.h.

◆ DDL_DMA_DIRECTION_MEMORY_TO_PERIPH

#define DDL_DMA_DIRECTION_MEMORY_TO_PERIPH   DMA_SCFG_DIRCFG_0

Memory to peripheral direction

Definition at line 217 of file g32r4xx_ddl_dma.h.

◆ DDL_DMA_DIRECTION_PERIPH_TO_MEMORY

#define DDL_DMA_DIRECTION_PERIPH_TO_MEMORY   0x00000000U

Peripheral to memory direction

Definition at line 216 of file g32r4xx_ddl_dma.h.