Home
last modified time | relevance | path

Searched refs:GPIO_MODE_POS (Results 1 – 1 of 1) sorted by relevance

/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_hal_gpio.h248 #define GPIO_MODE_POS 0u macro
249 #define GPIO_MODE (0x3uL << GPIO_MODE_POS)
250 #define MODE_INPUT (0x0uL << GPIO_MODE_POS)
251 #define MODE_OUTPUT (0x1uL << GPIO_MODE_POS)
252 #define MODE_AF (0x2uL << GPIO_MODE_POS)
253 #define MODE_ANALOG (0x3uL << GPIO_MODE_POS)