Searched refs:wakeup_src_int (Results 1 – 1 of 1) sorted by relevance
518 uint64_t wakeup_src_int; in POWER_EnterPowerDown() local576 …wakeup_src_int = (uint64_t)(WAKEUP_GPIO_GLOBALINT0 | WAKEUP_GPIO_GLOBALINT1 | WAKEUP_FLEXCOMM3 | W… in POWER_EnterPowerDown()578 lv_low_power_mode_cfg.WAKEUPINT = wakeup_interrupts & wakeup_src_int; in POWER_EnterPowerDown()579 lv_low_power_mode_cfg.WAKEUPSRC = wakeup_interrupts & wakeup_src_int; in POWER_EnterPowerDown()