Lines Matching +full:enable +full:- +full:wait +full:- +full:mode
4 * SPDX-License-Identifier: Apache-2.0
38 /* Wait until ICACHE_SR.BUSYF is cleared */ in disable_cache()
42 /* Wait until ICACHE_SR.BSYENDF is set */ in disable_cache()
54 * Disabling ICACHE is required before entering stop mode in set_mode_stop()
68 case 1: /* enter STOP0 mode */ in set_mode_stop()
71 case 2: /* enter STOP1 mode */ in set_mode_stop()
75 LOG_DBG("Unsupported power state substate-id %u", substate_id); in set_mode_stop()
88 /* Select mode entry : WFE or WFI and enter the CPU selected mode */ in suspend_to_ram()
96 /* Enable SRAM full retention */ in set_mode_suspend_to_ram()
100 /* Enable RTC wakeup in set_mode_suspend_to_ram()
113 /* Select standby mode */ in set_mode_suspend_to_ram()
116 /* Save context and enter Standby mode */ in set_mode_suspend_to_ram()
120 /* Restore system clock as soon as we exit standby mode */ in set_mode_suspend_to_ram()
132 /* Select mode entry : WFE or WFI and enter the CPU selected mode */ in pm_state_set()
147 /* Handle SOC specific activity after Low Power Mode Exit */
162 * Enable ICACHE when exiting stop mode in pm_state_exit_post_ops()
172 LOG_DBG("Unsupported power substate-id %u", in pm_state_exit_post_ops()
202 * System is now in active mode. in pm_state_exit_post_ops()
227 /* Enabling Ultra Low power mode */ in stm32_power_init()