Home
last modified time | relevance | path

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

/bsp/stm32/libraries/HAL_Drivers/drivers/
A Ddrv_pm.c40 rt_weak void SystemClock_ReConfig(uint8_t run_mode) in SystemClock_ReConfig() argument
66 if (pm->run_mode == PM_RUN_MODE_LOW_SPEED) in sleep()
83 SystemClock_ReConfig(pm->run_mode); in sleep()
/bsp/stm32/stm32l4r5-st-nucleo/board/
A Dboard.h33 void SystemClock_ReConfig(int run_mode);
/bsp/hc32/tests/
A Dtest_pm.c344 const rt_uint8_t run_mode[] = {PM_RUN_MODE_LOW_SPEED, PM_RUN_MODE_HIGH_SPEED}; in pm_run_main() local
354 rt_pm_run_enter(run_mode[run_index]); in pm_run_main()
359 if (++run_index >= ARRAY_SZ(run_mode)) in pm_run_main()
/bsp/hc32/ev_hc32f460_lqfp100_v2/board/config/
A Dpm_config.h23 extern void rt_hw_board_pm_sysclk_cfg(uint8_t run_mode);
/bsp/hc32/ev_hc32f4a8_lqfp176/board/config/
A Dpm_config.h22 extern void rt_hw_board_pm_sysclk_cfg(uint8_t run_mode);
/bsp/hc32/ev_hc32f4a0_lqfp176/board/config/
A Dpm_config.h22 extern void rt_hw_board_pm_sysclk_cfg(uint8_t run_mode);
/bsp/hc32/ev_hc32f334_lqfp64/board/config/
A Dpm_config.h21 extern void rt_hw_board_pm_sysclk_cfg(uint8_t run_mode);
/bsp/hc32/ev_hc32f448_lqfp80/board/config/
A Dpm_config.h22 extern void rt_hw_board_pm_sysclk_cfg(uint8_t run_mode);
/bsp/hc32/ev_hc32f472_lqfp100/board/config/
A Dpm_config.h22 extern void rt_hw_board_pm_sysclk_cfg(uint8_t run_mode);
/bsp/hc32/lckfb-hc32f4a0-lqfp100/board/config/
A Dpm_config.h21 extern void rt_hw_board_pm_sysclk_cfg(uint8_t run_mode);
/bsp/hc32/libraries/hc32_drivers/
A Ddrv_pm.h40 typedef void (* run_mode_init_func)(uint8_t run_mode);
/bsp/hc32/ev_hc32f334_lqfp64/board/
A Dboard_config.c349 void rt_hw_board_pm_sysclk_cfg(uint8_t run_mode) in rt_hw_board_pm_sysclk_cfg() argument
351 switch (run_mode) in rt_hw_board_pm_sysclk_cfg()
/bsp/hc32/ev_hc32f448_lqfp80/board/
A Dboard_config.c337 void rt_hw_board_pm_sysclk_cfg(uint8_t run_mode) in rt_hw_board_pm_sysclk_cfg() argument
339 switch (run_mode) in rt_hw_board_pm_sysclk_cfg()
/bsp/hc32/ev_hc32f472_lqfp100/board/
A Dboard_config.c348 void rt_hw_board_pm_sysclk_cfg(uint8_t run_mode) in rt_hw_board_pm_sysclk_cfg() argument
350 switch (run_mode) in rt_hw_board_pm_sysclk_cfg()
/bsp/hc32/ev_hc32f460_lqfp100_v2/board/
A Dboard_config.c331 void rt_hw_board_pm_sysclk_cfg(uint8_t run_mode) in rt_hw_board_pm_sysclk_cfg() argument
333 switch (run_mode) in rt_hw_board_pm_sysclk_cfg()
/bsp/hc32/lckfb-hc32f4a0-lqfp100/board/
A Dboard_config.c502 void rt_hw_board_pm_sysclk_cfg(uint8_t run_mode) in rt_hw_board_pm_sysclk_cfg() argument
504 switch (run_mode) in rt_hw_board_pm_sysclk_cfg()
/bsp/hc32/ev_hc32f4a8_lqfp176/board/
A Dboard_config.c578 void rt_hw_board_pm_sysclk_cfg(uint8_t run_mode) in rt_hw_board_pm_sysclk_cfg() argument
580 switch (run_mode) in rt_hw_board_pm_sysclk_cfg()
/bsp/hc32/ev_hc32f4a0_lqfp176/board/
A Dboard_config.c539 void rt_hw_board_pm_sysclk_cfg(uint8_t run_mode) in rt_hw_board_pm_sysclk_cfg() argument
541 switch (run_mode) in rt_hw_board_pm_sysclk_cfg()

Completed in 1772 milliseconds