![]() |
G32R430 Device Driver Layer v1.0.4
G32R4xx Device Driver Layer API Reference
|
Macros | |
| #define | IS_DDL_DMA_DIRECTION(__VALUE__) |
| #define | IS_DDL_DMA_MODE(__VALUE__) |
| #define | IS_DDL_DMA_PERIPHINCMODE(__VALUE__) |
| #define | IS_DDL_DMA_MEMORYINCMODE(__VALUE__) |
| #define | IS_DDL_DMA_PERIPHDATASIZE(__VALUE__) |
| #define | IS_DDL_DMA_MEMORYDATASIZE(__VALUE__) |
| #define | IS_DDL_DMA_NBDATA(__VALUE__) |
| #define | IS_DDL_DMA_CHANNEL(__VALUE__) |
| #define | IS_DDL_DMA_PRIORITY(__VALUE__) |
| #define | IS_DDL_DMA_ALL_STREAM_INSTANCE(INSTANCE, STREAM) |
| #define | IS_DDL_DMA_FIFO_MODE_STATE(STATE) |
| #define | IS_DDL_DMA_FIFO_THRESHOLD(THRESHOLD) |
| #define | IS_DDL_DMA_MEMORY_BURST(BURST) |
| #define | IS_DDL_DMA_PERIPHERAL_BURST(BURST) |
| #define IS_DDL_DMA_ALL_STREAM_INSTANCE | ( | INSTANCE, | |
| STREAM ) |
Definition at line 109 of file g32r4xx_ddl_dma.c.
| #define IS_DDL_DMA_CHANNEL | ( | __VALUE__ | ) |
Definition at line 95 of file g32r4xx_ddl_dma.c.
| #define IS_DDL_DMA_DIRECTION | ( | __VALUE__ | ) |
Definition at line 71 of file g32r4xx_ddl_dma.c.
| #define IS_DDL_DMA_FIFO_MODE_STATE | ( | STATE | ) |
Definition at line 120 of file g32r4xx_ddl_dma.c.
| #define IS_DDL_DMA_FIFO_THRESHOLD | ( | THRESHOLD | ) |
Definition at line 123 of file g32r4xx_ddl_dma.c.
| #define IS_DDL_DMA_MEMORY_BURST | ( | BURST | ) |
Definition at line 128 of file g32r4xx_ddl_dma.c.
| #define IS_DDL_DMA_MEMORYDATASIZE | ( | __VALUE__ | ) |
Definition at line 89 of file g32r4xx_ddl_dma.c.
| #define IS_DDL_DMA_MEMORYINCMODE | ( | __VALUE__ | ) |
Definition at line 82 of file g32r4xx_ddl_dma.c.
| #define IS_DDL_DMA_MODE | ( | __VALUE__ | ) |
Definition at line 75 of file g32r4xx_ddl_dma.c.
| #define IS_DDL_DMA_NBDATA | ( | __VALUE__ | ) |
Definition at line 93 of file g32r4xx_ddl_dma.c.
| #define IS_DDL_DMA_PERIPHDATASIZE | ( | __VALUE__ | ) |
Definition at line 85 of file g32r4xx_ddl_dma.c.
| #define IS_DDL_DMA_PERIPHERAL_BURST | ( | BURST | ) |
Definition at line 133 of file g32r4xx_ddl_dma.c.
| #define IS_DDL_DMA_PERIPHINCMODE | ( | __VALUE__ | ) |
Definition at line 79 of file g32r4xx_ddl_dma.c.
| #define IS_DDL_DMA_PRIORITY | ( | __VALUE__ | ) |
Definition at line 104 of file g32r4xx_ddl_dma.c.