|
STM32F479xx HAL User Manual
|
Defines | |
| #define | LL_GPIO_WriteReg(__INSTANCE__, __REG__, __VALUE__) WRITE_REG(__INSTANCE__->__REG__, (__VALUE__)) |
| Write a value in GPIO register. | |
| #define | LL_GPIO_ReadReg(__INSTANCE__, __REG__) READ_REG(__INSTANCE__->__REG__) |
| Read a value in GPIO register. | |
| #define LL_GPIO_ReadReg | ( | __INSTANCE__, | |
| __REG__ | |||
| ) | READ_REG(__INSTANCE__->__REG__) |
Read a value in GPIO register.
| __INSTANCE__ | GPIO Instance |
| __REG__ | Register to be read |
| Register | value |
Definition at line 226 of file stm32f4xx_ll_gpio.h.
| #define LL_GPIO_WriteReg | ( | __INSTANCE__, | |
| __REG__, | |||
| __VALUE__ | |||
| ) | WRITE_REG(__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 218 of file stm32f4xx_ll_gpio.h.
1.7.6.1