Lines Matching full:smps
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()
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()
182 /* Configure SMPS step-down converter */ in stm32wb0_init()