Searched refs:vddsdio_pd_sleep_duration (Results 1 – 1 of 1) sorted by relevance
1170 …tic inline bool can_power_down_vddsdio(uint32_t pd_flags, const uint32_t vddsdio_pd_sleep_duration) argument1172 …nfig.wakeup_triggers & RTC_TIMER_TRIG_EN) || (s_config.sleep_duration > vddsdio_pd_sleep_duration);1173 …fig.wakeup_triggers == RTC_TIMER_TRIG_EN) && (s_config.sleep_duration > vddsdio_pd_sleep_duration);1273 const uint32_t vddsdio_pd_sleep_duration = MAX(FLASH_PD_MIN_SLEEP_TIME_US, local1277 if (can_power_down_vddsdio(pd_flags, vddsdio_pd_sleep_duration)) {