Lines Matching +full:power +full:- +full:mode
3 * Copyright (c) 2021 G-Technologies Sdn. Bhd.
5 * SPDX-License-Identifier: Apache-2.0
22 /* Invoke Low Power/System Off specific Tasks */
26 LOG_DBG("Unsupported power state %u", state); in pm_state_set()
31 case 1: /* this corresponds to the STOP0 mode: */ in pm_state_set()
32 /* enter STOP0 mode */ in pm_state_set()
35 /* enter SLEEP mode : WFE or WFI */ in pm_state_set()
38 case 2: /* this corresponds to the STOP1 mode: */ in pm_state_set()
39 /* enter STOP1 mode */ in pm_state_set()
42 /* enter SLEEP mode : WFE or WFI */ in pm_state_set()
46 LOG_DBG("Unsupported power state substate-id %u", in pm_state_set()
52 /* Handle SOC specific activity after Low Power Mode Exit */
56 LOG_DBG("Unsupported power substate %u", state); in pm_state_exit_post_ops()
67 LOG_DBG("Unsupported power substate-id %u", in pm_state_exit_post_ops()
76 * System is now in active mode. in pm_state_exit_post_ops()
83 /* Initialize STM32 Power */
87 /* enable Power clock */ in stm32_power_init()