Home
last modified time | relevance | path

Searched refs:OutputVoltage (Results 1 – 4 of 4) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_pwr_ex.c419 HAL_StatusTypeDef HAL_PWREx_ConfigSMPS(uint32_t OutputVoltage, uint32_t BOM) in HAL_PWREx_ConfigSMPS() argument
422 assert_param(IS_PWR_SMPS_OUTPUT_VOLTAGE(OutputVoltage)); in HAL_PWREx_ConfigSMPS()
425 MODIFY_REG(PWR->CR5, PWR_CR5_SMPSLVL, OutputVoltage); in HAL_PWREx_ConfigSMPS()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_pwr_ex.c867 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()
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_hal_pwr_ex.h502 HAL_StatusTypeDef HAL_PWREx_ConfigSMPS(uint32_t OutputVoltage, uint32_t BOM);
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_hal_pwr_ex.h72 uint32_t OutputVoltage; /*!< SMPS step down converter output voltage scaling voltage level. member