Home
last modified time | relevance | path

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

/components/drivers/include/drivers/
A Dpm.h168 rt_uint8_t run_mode; /* current running mode */ member
202 rt_err_t rt_pm_run_enter(rt_uint8_t run_mode);
/components/drivers/pm/
A Dpm.c182 pm->ops->run(pm, pm->run_mode); in _pm_frequency_scaling()
185 _pm_device_frequency_change(pm->run_mode); in _pm_frequency_scaling()
953 if (mode < pm->run_mode) in rt_pm_run_enter()
967 pm->run_mode = mode; in rt_pm_run_enter()
1027 pm->run_mode = RT_PM_DEFAULT_RUN_MODE; in rt_system_pm_init()
1264 rt_kprintf("pm current run mode: %s\n", _pm_run_str[pm->run_mode]); in rt_pm_dump_status()

Completed in 6 milliseconds