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

Macros

#define DDL_DMA_FIFOTHRESHOLD_1_4   0x00000000U
#define DDL_DMA_FIFOTHRESHOLD_1_2   DMA_FCTRL_FTHSEL_0
#define DDL_DMA_FIFOTHRESHOLD_3_4   DMA_FCTRL_FTHSEL_1
#define DDL_DMA_FIFOTHRESHOLD_FULL   DMA_FCTRL_FTHSEL

Detailed Description

Macro Definition Documentation

◆ DDL_DMA_FIFOTHRESHOLD_1_2

#define DDL_DMA_FIFOTHRESHOLD_1_2   DMA_FCTRL_FTHSEL_0

FIFO threshold half full configuration

Definition at line 373 of file g32r4xx_ddl_dma.h.

◆ DDL_DMA_FIFOTHRESHOLD_1_4

#define DDL_DMA_FIFOTHRESHOLD_1_4   0x00000000U

FIFO threshold 1 quart full configuration

Definition at line 372 of file g32r4xx_ddl_dma.h.

◆ DDL_DMA_FIFOTHRESHOLD_3_4

#define DDL_DMA_FIFOTHRESHOLD_3_4   DMA_FCTRL_FTHSEL_1

FIFO threshold 3 quarts full configuration

Definition at line 374 of file g32r4xx_ddl_dma.h.

◆ DDL_DMA_FIFOTHRESHOLD_FULL

#define DDL_DMA_FIFOTHRESHOLD_FULL   DMA_FCTRL_FTHSEL

FIFO threshold full configuration

Definition at line 375 of file g32r4xx_ddl_dma.h.