Searched refs:STM32_GPIO_MODE_IN (Results 1 – 3 of 3) sorted by relevance
100 stm32_gpio_set_moder(regs, offset, STM32_GPIO_MODE_IN); in stm32_gpio_direction_input()162 if (mode == STM32_GPIO_MODE_IN) in stm32_gpio_get_function()191 stm32_gpio_set_moder(regs, offset, STM32_GPIO_MODE_IN); in stm32_gpio_set_flags()219 case STM32_GPIO_MODE_IN: in stm32_gpio_get_flags()
11 STM32_GPIO_MODE_IN = 0, enumerator
331 gpio_ctl->mode = STM32_GPIO_MODE_IN; in prep_gpio_ctl()
Completed in 10 milliseconds