Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/dt-bindings/pinctrl/
Dstm32f1-pinctrl.h82 #define STM32_CNF_IN_ANALOG (0x0 << STM32_CNF_IN_SHIFT) macro
/Zephyr-latest/drivers/pinctrl/
Dpinctrl_stm32.c248 pin_cgf = pins[i].pincfg | STM32_MODE_INPUT | STM32_CNF_IN_ANALOG; in pinctrl_configure_pins()
/Zephyr-latest/drivers/gpio/
Dgpio_stm32.h208 | STM32_CNF_IN_ANALOG)
Dgpio_stm32.c237 if (temp == STM32_CNF_IN_ANALOG) { in gpio_stm32_configure_raw()