![]() |
G32R430 Device Driver Layer v1.0.4
G32R4xx Device Driver Layer API Reference
|
Macros | |
| #define | DDL_DMA_WriteReg(__INSTANCE__, __REG__, __VALUE__) |
| Write a value in DMA register. | |
| #define | DDL_DMA_ReadReg(__INSTANCE__, __REG__) |
| Read a value in DMA register. | |
| #define DDL_DMA_ReadReg | ( | __INSTANCE__, | |
| __REG__ ) |
Read a value in DMA register.
| __INSTANCE__ | DMA Instance |
| __REG__ | Register to be read |
| Register | value |
Definition at line 416 of file g32r4xx_ddl_dma.h.
| #define DDL_DMA_WriteReg | ( | __INSTANCE__, | |
| __REG__, | |||
| __VALUE__ ) |
Write a value in DMA register.
| __INSTANCE__ | DMA Instance |
| __REG__ | Register to be written |
| __VALUE__ | Value to be written in the register |
| None |
Definition at line 408 of file g32r4xx_ddl_dma.h.