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 */
30 /* Invoke Low Power/System Off specific Tasks */
34 LOG_DBG("Unsupported power state %u", state); in pm_state_set()
38 /* ensure the proper wake-up system clock */ in pm_state_set()
42 case 1: /* this corresponds to the STOP0 mode: */ in pm_state_set()
43 /* enter STOP0 mode */ in pm_state_set()
46 case 2: /* this corresponds to the STOP1 mode: */ in pm_state_set()
47 /* enter STOP1 mode */ in pm_state_set()
50 case 3: /* this corresponds to the STOP2 mode: */ in pm_state_set()
54 /* enter STOP2 mode */ in pm_state_set()
58 LOG_DBG("Unsupported power state substate-id %u", in pm_state_set()
64 /* enter SLEEP mode : WFE or WFI */ in pm_state_set()
68 /* Handle SOC specific activity after Low Power Mode Exit */
72 LOG_DBG("Unsupported power substate-id %u", state); in pm_state_exit_post_ops()
84 LOG_DBG("Unsupported power substate-id %u", in pm_state_exit_post_ops()
93 * System is now in active mode. in pm_state_exit_post_ops()
100 /* Initialize STM32 Power */
104 /* enable Power clock */ in stm32_power_init()