Home
last modified time | relevance | path

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

/optee_os/core/drivers/
H A Dstm32_gpio.c82 #define GPIO_MODE_MASK GENMASK_32(1, 0) macro
253 GPIO_MODE_MASK; in stm32_gpio_get_level()
306 GPIO_MODE_MASK; in stm32_gpio_get_direction()
339 SHIFT_U32(GPIO_MODE_MASK, gpio_pin << 1), in stm32_gpio_set_direction()
592 GPIO_MODE_MASK; in get_gpio_cfg()
627 SHIFT_U32(GPIO_MODE_MASK, pin << 1), in set_gpio_cfg()