Home
last modified time | relevance | path

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

/Zephyr-latest/soc/st/stm32/common/
Dstm32_wkup_pins.c31 #define PWR_STM32_MAX_NB_WKUP_PINS DT_INST_PROP(0, wkup_pins_nb) macro
135 static const uint32_t table_wakeup_pins[PWR_STM32_MAX_NB_WKUP_PINS + 1] = {
137 LISTIFY(PWR_STM32_MAX_NB_WKUP_PINS, PWR_STM32_WKUP_PIN_LOOKUP_MEMBER, (,)),
261 for (i = 0; i < PWR_STM32_MAX_NB_WKUP_PINS; i++) { in stm32_pwr_wkup_pin_cfg_gpio()