Lines Matching +full:low +full:- +full:power +full:- +full:mode
4 * SPDX-License-Identifier: Apache-2.0
18 /* Invoke Low Power/System Off specific Tasks */
22 LOG_DBG("Unsupported power state %u", state); in pm_state_set()
27 case 1: /* this corresponds to the STOP mode: */ in pm_state_set()
28 /* enter STOP mode */ in pm_state_set()
31 /* enter SLEEP mode : WFE or WFI */ in pm_state_set()
35 LOG_DBG("Unsupported power state substate-id %u", in pm_state_set()
41 /* Handle SOC specific activity after Low Power Mode Exit */
45 LOG_DBG("Unsupported power substate %u", state); in pm_state_exit_post_ops()
54 LOG_DBG("Unsupported power substate-id %u", in pm_state_exit_post_ops()
63 * System is now in active mode. in pm_state_exit_post_ops()
70 /* Initialize STM32 Power */