Home
last modified time | relevance | path

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

/Zephyr-latest/soc/st/stm32/common/
Dstm32_wkup_pins.c33 #define PWR_STM32_WKUP_PIN_SRCS_NB DT_INST_PROP_OR(0, wkup_pin_srcs, 1) macro
72 struct gpio_dt_spec gpios_cfgs[PWR_STM32_WKUP_PIN_SRCS_NB];
103 LISTIFY(PWR_STM32_WKUP_PIN_SRCS_NB, NB_DEF, (,))) \
263 for (j = 0; j < PWR_STM32_WKUP_PIN_SRCS_NB; j++) { in stm32_pwr_wkup_pin_cfg_gpio()