Searched refs:STM32_GPIO_MODE_IN (Results 1 – 5 of 5) sorted by relevance
44 STM32_GPIO_MODE_IN = 0, enumerator
78 STM32_GPIO_MODE_IN = 0, enumerator
34 clrsetbits_le32(®s->moder, mask, STM32_GPIO_MODE_IN << bits_index); in stm32_gpio_direction_input()
135 ctl.mode = STM32_GPIO_MODE_IN; in gpio_direction_input()
61 gpio_ctl->mode = STM32_GPIO_MODE_IN; in prep_gpio_ctl()