Searched full:stm32_pwr_wkup_pin_src_1 (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/include/zephyr/dt-bindings/power/ |
D | stm32_pwr.h | 21 #define STM32_PWR_WKUP_PIN_SRC_1 1 macro
|
/Zephyr-latest/dts/bindings/power/ |
D | st,stm32-pwr.yaml | 67 wkup-gpios = <&gpiob 2 STM32_PWR_WKUP_PIN_SRC_1>, <...>;
|
/Zephyr-latest/dts/arm/st/u5/ |
D | stm32u5.dtsi | 880 <&gpiob 2 STM32_PWR_WKUP_PIN_SRC_1>, 887 <&gpioc 13 STM32_PWR_WKUP_PIN_SRC_1>, 894 <&gpioa 1 STM32_PWR_WKUP_PIN_SRC_1>, 901 <&gpiob 1 STM32_PWR_WKUP_PIN_SRC_1>, 908 <&gpioa 3 STM32_PWR_WKUP_PIN_SRC_1>, 915 <&gpioa 5 STM32_PWR_WKUP_PIN_SRC_1>, 922 <&gpioa 6 STM32_PWR_WKUP_PIN_SRC_1>, 929 <&gpioa 7 STM32_PWR_WKUP_PIN_SRC_1>,
|
/Zephyr-latest/soc/st/stm32/common/ |
D | stm32_wkup_pins.c | 230 } else if (wakeup_pin_cfg->src_selection & STM32_PWR_WKUP_PIN_SRC_1) { in wkup_pin_setup() 290 STM32_PWR_WKUP_PIN_SRC_1 | in stm32_pwr_wkup_pin_cfg_gpio()
|