Home
last modified time | relevance | path

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

/components/drivers/pm/
A Dpm.c212 return PM_SLEEP_MODE_MAX; /* default sleep mode */ in _judge_sleep_mode()
328 if (cur_mode >= PM_SLEEP_MODE_MAX) in pm_get_sleep_threshold_mode()
498 if (mode > (PM_SLEEP_MODE_MAX - 1)) in rt_pm_request()
529 if (mode > (PM_SLEEP_MODE_MAX - 1)) in rt_pm_release()
560 if (mode > (PM_SLEEP_MODE_MAX - 1)) in rt_pm_release_all()
590 if (mode > (PM_SLEEP_MODE_MAX - 1)) in rt_pm_module_request()
628 if (mode > (PM_SLEEP_MODE_MAX - 1)) in rt_pm_module_release()
667 if (mode > (PM_SLEEP_MODE_MAX - 1)) in rt_pm_module_release_all()
698 if (mode >= (PM_SLEEP_MODE_MAX - 1)) in rt_pm_sleep_request()
762 if (mode >= (PM_SLEEP_MODE_MAX - 1)) in rt_pm_sleep_release()
[all …]
/components/drivers/include/drivers/
A Dpm.h33 PM_SLEEP_MODE_MAX, enumerator
166 rt_uint8_t modes[PM_SLEEP_MODE_MAX];
174 rt_uint32_t sleep_status[PM_SLEEP_MODE_MAX - 1][(PM_MODULE_MAX_ID + 31) / 32];

Completed in 5 milliseconds