Home
last modified time | relevance | path

Searched refs:OutputVoltageLevel (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_ll_pwr.h1503 __STATIC_INLINE void LL_PWR_SMPS_SetOutputVoltageLevel(uint32_t OutputVoltageLevel) in LL_PWR_SMPS_SetOutputVoltageLevel() argument
1514 MODIFY_REG(PWR->CR5, PWR_CR5_SMPSVOS, OutputVoltageLevel); in LL_PWR_SMPS_SetOutputVoltageLevel()
1521 …OutputVoltageLevelTrimmed = ((int32_t)((uint32_t)(OutputVoltageLevel >> PWR_CR5_SMPSVOS_Pos)) + (i… in LL_PWR_SMPS_SetOutputVoltageLevel()
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_ll_pwr.h2439 __STATIC_INLINE void LL_PWR_SMPS_SetOutputVoltageLevel(uint32_t OutputVoltageLevel) in LL_PWR_SMPS_SetOutputVoltageLevel() argument
2441 MODIFY_REG(PWR->CR5, PWR_CR5_SMPSLVL, OutputVoltageLevel); in LL_PWR_SMPS_SetOutputVoltageLevel()