Lines Matching +full:power +full:- +full:mode
4 * SPDX-License-Identifier: Apache-2.0
23 /* select MSI as wake-up system clock if configured, HSI otherwise */
32 /* ensure the proper wake-up system clock */ in set_mode_stop()
36 case 1: /* this corresponds to the STOP0 mode: */ in set_mode_stop()
37 /* enter STOP0 mode */ in set_mode_stop()
40 case 2: /* this corresponds to the STOP1 mode: */ in set_mode_stop()
41 /* enter STOP1 mode */ in set_mode_stop()
44 case 3: /* this corresponds to the STOP2 mode: */ in set_mode_stop()
48 /* enter STOP2 mode */ in set_mode_stop()
52 LOG_DBG("Unsupported power state substate-id %u", substate_id); in set_mode_stop()
57 /* Invoke Low Power/System Off specific Tasks */
65 /* Select mode entry : WFE or WFI and enter the CPU selected mode */ in pm_state_set()
75 LOG_DBG("Unsupported power state %u", state); in pm_state_set()
81 /* Handle SOC specific activity after Low Power Mode Exit */
90 LOG_DBG("Unsupported power substate-id %u", in pm_state_exit_post_ops()
97 * System is now in active mode. in pm_state_exit_post_ops()
110 LOG_DBG("Unsupported power state %u", state); in pm_state_exit_post_ops()
116 /* Initialize STM32 Power */
120 /* enable Power clock */ in stm32_power_init()