Searched refs:run_mode (Results 1 – 18 of 18) sorted by relevance
40 rt_weak void SystemClock_ReConfig(uint8_t run_mode) in SystemClock_ReConfig() argument66 if (pm->run_mode == PM_RUN_MODE_LOW_SPEED) in sleep()83 SystemClock_ReConfig(pm->run_mode); in sleep()
33 void SystemClock_ReConfig(int run_mode);
344 const rt_uint8_t run_mode[] = {PM_RUN_MODE_LOW_SPEED, PM_RUN_MODE_HIGH_SPEED}; in pm_run_main() local354 rt_pm_run_enter(run_mode[run_index]); in pm_run_main()359 if (++run_index >= ARRAY_SZ(run_mode)) in pm_run_main()
23 extern void rt_hw_board_pm_sysclk_cfg(uint8_t run_mode);
22 extern void rt_hw_board_pm_sysclk_cfg(uint8_t run_mode);
21 extern void rt_hw_board_pm_sysclk_cfg(uint8_t run_mode);
40 typedef void (* run_mode_init_func)(uint8_t run_mode);
349 void rt_hw_board_pm_sysclk_cfg(uint8_t run_mode) in rt_hw_board_pm_sysclk_cfg() argument351 switch (run_mode) in rt_hw_board_pm_sysclk_cfg()
337 void rt_hw_board_pm_sysclk_cfg(uint8_t run_mode) in rt_hw_board_pm_sysclk_cfg() argument339 switch (run_mode) in rt_hw_board_pm_sysclk_cfg()
348 void rt_hw_board_pm_sysclk_cfg(uint8_t run_mode) in rt_hw_board_pm_sysclk_cfg() argument350 switch (run_mode) in rt_hw_board_pm_sysclk_cfg()
331 void rt_hw_board_pm_sysclk_cfg(uint8_t run_mode) in rt_hw_board_pm_sysclk_cfg() argument333 switch (run_mode) in rt_hw_board_pm_sysclk_cfg()
502 void rt_hw_board_pm_sysclk_cfg(uint8_t run_mode) in rt_hw_board_pm_sysclk_cfg() argument504 switch (run_mode) in rt_hw_board_pm_sysclk_cfg()
578 void rt_hw_board_pm_sysclk_cfg(uint8_t run_mode) in rt_hw_board_pm_sysclk_cfg() argument580 switch (run_mode) in rt_hw_board_pm_sysclk_cfg()
539 void rt_hw_board_pm_sysclk_cfg(uint8_t run_mode) in rt_hw_board_pm_sysclk_cfg() argument541 switch (run_mode) in rt_hw_board_pm_sysclk_cfg()
Completed in 1772 milliseconds