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

Macros

#define DDL_DMA_PRIORITY_LOW   0x00000000U
#define DDL_DMA_PRIORITY_MEDIUM   DMA_SCFG_PRILCFG_0
#define DDL_DMA_PRIORITY_HIGH   DMA_SCFG_PRILCFG_1
#define DDL_DMA_PRIORITY_VERYHIGH   DMA_SCFG_PRILCFG

Detailed Description

Macro Definition Documentation

◆ DDL_DMA_PRIORITY_HIGH

#define DDL_DMA_PRIORITY_HIGH   DMA_SCFG_PRILCFG_1

Priority level : High

Definition at line 294 of file g32r4xx_ddl_dma.h.

◆ DDL_DMA_PRIORITY_LOW

#define DDL_DMA_PRIORITY_LOW   0x00000000U

Priority level : Low

Definition at line 292 of file g32r4xx_ddl_dma.h.

◆ DDL_DMA_PRIORITY_MEDIUM

#define DDL_DMA_PRIORITY_MEDIUM   DMA_SCFG_PRILCFG_0

Priority level : Medium

Definition at line 293 of file g32r4xx_ddl_dma.h.

◆ DDL_DMA_PRIORITY_VERYHIGH

#define DDL_DMA_PRIORITY_VERYHIGH   DMA_SCFG_PRILCFG

Priority level : Very_High

Definition at line 295 of file g32r4xx_ddl_dma.h.