HAL
GPIO_MODE_Pos is only used within HAL.
 
Symbols
loading...
Files
loading...

GPIO_MODE_Pos macro

Syntax

#define GPIO_MODE_Pos 0U

References

LocationText
stm32f4xx_hal_gpio.h:254
#define GPIO_MODE_Pos 0U
stm32f4xx_hal_gpio.h:255
#define GPIO_MODE (0x3UL << GPIO_MODE_Pos)
stm32f4xx_hal_gpio.h:256
#define MODE_INPUT (0x0UL << GPIO_MODE_Pos)
stm32f4xx_hal_gpio.h:257
#define MODE_OUTPUT (0x1UL << GPIO_MODE_Pos)
stm32f4xx_hal_gpio.h:258
#define MODE_AF (0x2UL << GPIO_MODE_Pos)
stm32f4xx_hal_gpio.h:259
#define MODE_ANALOG (0x3UL << GPIO_MODE_Pos)