Collaboration diagram for Common Write and read registers Macros:Macros | |
| #define | LL_AON_GPIO_WriteReg(__instance__, __REG__, __VALUE__) WRITE_REG(__instance__->__REG__, (__VALUE__)) |
| Write a value in AON_GPIO register. More... | |
| #define | LL_AON_GPIO_ReadReg(__instance__, __REG__) READ_REG(__instance__->__REG__) |
| Read a value in AON_GPIO register. More... | |
| #define LL_AON_GPIO_ReadReg | ( | __instance__, | |
| __REG__ | |||
| ) | READ_REG(__instance__->__REG__) |
Read a value in AON_GPIO register.
| <strong>instance</strong> | AON_GPIO instance |
| <strong>REG</strong> | Register to be read |
| Register | value |
Definition at line 196 of file gr55xx_ll_aon_gpio.h.
| #define LL_AON_GPIO_WriteReg | ( | __instance__, | |
| __REG__, | |||
| __VALUE__ | |||
| ) | WRITE_REG(__instance__->__REG__, (__VALUE__)) |
Write a value in AON_GPIO register.
| <strong>instance</strong> | AON_GPIO instance |
| <strong>REG</strong> | Register to be written |
| <strong>VALUE</strong> | Value to be written in the register |
| None |
Definition at line 188 of file gr55xx_ll_aon_gpio.h.