Lines Matching +full:low +full:- +full:power +full:- +full:mode
3 * Copyright (c) 2021 G-Technologies Sdn. Bhd.
6 * 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", substate_id); in pm_state_set()
51 /* Handle SOC specific activity after Low Power Mode Exit */
55 LOG_DBG("Unsupported power substate %u", state); in pm_state_exit_post_ops()
66 LOG_DBG("Unsupported power substate-id %u", substate_id); in pm_state_exit_post_ops()
74 * System is now in active mode. in pm_state_exit_post_ops()
81 /* Initialize STM32 Power */
85 /* enable Power clock */ in stm32_power_init()