Lines Matching +full:smps +full:- +full:clock +full:- +full:prescaler
4 * SPDX-License-Identifier: Apache-2.0
29 * CMSIS System Core Clock: global variable holding the system core clock,
32 * On STM32WB0 series, after RESET, the system clock frequency is 16MHz.
63 "smps-bom must be specified");
87 /* Configure SMPS clock prescaler */ in configure_smps()
91 /* Disable SMPS */ in configure_smps()
95 /* Wait for SMPS to turn off */ in configure_smps()
101 /* Configure low-power mode */ in configure_smps()
104 /* Enable SMPS */ in configure_smps()
108 /* Wait for SMPS to turn on */ in configure_smps()
111 /* Place SMPS in PRECHARGE (BYPASS) mode. in configure_smps()
112 * This is required to change SMPS output voltage, in configure_smps()
117 /* Wait for SMPS to enter PRECHARGE mode */ in configure_smps()
123 * SMPS should remain in PRECHARGE mode. in configure_smps()
132 * SMPS mode requested is RUN mode. Configure the output in configure_smps()
140 /* Wait for SMPS to enter RUN mode */ in configure_smps()
158 * the SYSCLKPRE prescaler, set to 4, resulting in 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()
182 /* Configure SMPS step-down converter */ in stm32wb0_init()