Searched refs:sConfigSMPS (Results 1 – 2 of 2) sorted by relevance
861 HAL_StatusTypeDef HAL_PWREx_ConfigSMPS(PWR_SMPSTypeDef *sConfigSMPS) in HAL_PWREx_ConfigSMPS() argument866 assert_param(IS_PWR_SMPS_STARTUP_CURRENT(sConfigSMPS->StartupCurrent)); in HAL_PWREx_ConfigSMPS()867 assert_param(IS_PWR_SMPS_OUTPUT_VOLTAGE(sConfigSMPS->OutputVoltage)); in HAL_PWREx_ConfigSMPS()878 … MODIFY_REG(PWR->CR5, PWR_CR5_SMPSVOS, (sConfigSMPS->StartupCurrent | sConfigSMPS->OutputVoltage)); in HAL_PWREx_ConfigSMPS()885 …OutputVoltageLevelTrimmed = ((int32_t)((uint32_t)(sConfigSMPS->OutputVoltage >> PWR_CR5_SMPSVOS_Po… in HAL_PWREx_ConfigSMPS()904 (sConfigSMPS->StartupCurrent | ((uint32_t) OutputVoltageLevelTrimmed))); in HAL_PWREx_ConfigSMPS()
926 HAL_StatusTypeDef HAL_PWREx_ConfigSMPS(PWR_SMPSTypeDef *sConfigSMPS);