Lines Matching +full:run +full:- +full:in +full:- +full:wait
4 * SPDX-License-Identifier: Apache-2.0
63 "smps-bom must be specified");
95 /* Wait for SMPS to turn off */ in configure_smps()
101 /* Configure low-power mode */ in configure_smps()
108 /* Wait for SMPS to turn on */ in configure_smps()
111 /* Place SMPS in PRECHARGE (BYPASS) mode. in configure_smps()
117 /* Wait for SMPS to enter PRECHARGE mode */ in configure_smps()
123 * SMPS should remain in PRECHARGE mode. in configure_smps()
125 * limit specified in Device Tree, though this in configure_smps()
132 * SMPS mode requested is RUN mode. Configure the output in configure_smps()
137 /* Exit PRECHARGE mode (returns in RUN mode) */ in configure_smps()
140 /* Wait for SMPS to enter RUN mode */ in configure_smps()
149 * This needs to be run from the very beginning,
158 * the SYSCLKPRE prescaler, set to 4, resulting in in stm32wb0_init()
167 * Save application exception vector address in RAM_VR. in stm32wb0_init()
168 * By now, SCB->VTOR should point to _vector_table, in stm32wb0_init()
171 RAM_VR.AppBase = SCB->VTOR; in stm32wb0_init()
173 /* Enable retention of all RAM banks in Deepstop */ in stm32wb0_init()
182 /* Configure SMPS step-down converter */ in stm32wb0_init()