![]() |
G32R430 Device Driver Layer v1.0.4
G32R4xx Device Driver Layer API Reference
|
Macros | |
| #define | DDL_GPIO_Locate32BitReg(__BASEADDR__, __GPIO__) |
| #define | DDL_GPIO_Locate16BitReg(__BASEADDR__, __GPIO__) |
| #define | DDL_GPIO_WriteReg(__INSTANCE__, __REG__, __VALUE__) |
| Write a value in GPIO register. | |
| #define | DDL_GPIO_ReadReg(__INSTANCE__, __REG__) |
| Read a value in GPIO register. | |
| #define DDL_GPIO_Locate16BitReg | ( | __BASEADDR__, | |
| __GPIO__ ) |
Definition at line 244 of file g32r4xx_ddl_gpio.h.
| #define DDL_GPIO_Locate32BitReg | ( | __BASEADDR__, | |
| __GPIO__ ) |
Definition at line 242 of file g32r4xx_ddl_gpio.h.
| #define DDL_GPIO_ReadReg | ( | __INSTANCE__, | |
| __REG__ ) |
Read a value in GPIO register.
| __INSTANCE__ | GPIO Instance |
| __REG__ | Register to be read |
| Register | value |
Definition at line 262 of file g32r4xx_ddl_gpio.h.
| #define DDL_GPIO_WriteReg | ( | __INSTANCE__, | |
| __REG__, | |||
| __VALUE__ ) |
Write a value in GPIO register.
| __INSTANCE__ | GPIO Instance |
| __REG__ | Register to be written |
| __VALUE__ | Value to be written in the register |
| None |
Definition at line 254 of file g32r4xx_ddl_gpio.h.