Home
last modified time | relevance | path

Searched refs:PWR_CR5_SMPSVOS (Results 1 – 7 of 7) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_ll_pwr.h1514 MODIFY_REG(PWR->CR5, PWR_CR5_SMPSVOS, OutputVoltageLevel); in LL_PWR_SMPS_SetOutputVoltageLevel()
1530 if (OutputVoltageLevelTrimmed > (int32_t)PWR_CR5_SMPSVOS) in LL_PWR_SMPS_SetOutputVoltageLevel()
1532 OutputVoltageLevelTrimmed = (int32_t)PWR_CR5_SMPSVOS; in LL_PWR_SMPS_SetOutputVoltageLevel()
1537 MODIFY_REG(PWR->CR5, PWR_CR5_SMPSVOS, (uint32_t)OutputVoltageLevelTrimmed); in LL_PWR_SMPS_SetOutputVoltageLevel()
1574 return (uint32_t)(READ_BIT(PWR->CR5, PWR_CR5_SMPSVOS)); in LL_PWR_SMPS_GetOutputVoltageLevel()
1582 …OutputVoltageLevelTrimmed = ((int32_t)((uint32_t)READ_BIT(PWR->CR5, PWR_CR5_SMPSVOS)) - TrimmingSt… in LL_PWR_SMPS_GetOutputVoltageLevel()
1591 if (OutputVoltageLevelTrimmed > (int32_t)PWR_CR5_SMPSVOS) in LL_PWR_SMPS_GetOutputVoltageLevel()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_pwr_ex.c878 … MODIFY_REG(PWR->CR5, PWR_CR5_SMPSVOS, (sConfigSMPS->StartupCurrent | sConfigSMPS->OutputVoltage)); in HAL_PWREx_ConfigSMPS()
895 if (OutputVoltageLevelTrimmed > (int32_t)PWR_CR5_SMPSVOS) in HAL_PWREx_ConfigSMPS()
897 OutputVoltageLevelTrimmed = (int32_t)PWR_CR5_SMPSVOS; in HAL_PWREx_ConfigSMPS()
903 MODIFY_REG(PWR->CR5, (PWR_CR5_SMPSSC | PWR_CR5_SMPSVOS), in HAL_PWREx_ConfigSMPS()
/hal_stm32-latest/stm32cube/stm32wbxx/soc/
Dstm32wb1mxx.h5689 #define PWR_CR5_SMPSVOS PWR_CR5_SMPSVOS_Msk /*!< SMPS step down … macro
Dstm32wb35xx.h6446 #define PWR_CR5_SMPSVOS PWR_CR5_SMPSVOS_Msk /*!< SMPS step down … macro
Dstm32wb55xx.h6534 #define PWR_CR5_SMPSVOS PWR_CR5_SMPSVOS_Msk /*!< SMPS step down … macro
Dstm32wb5mxx.h6534 #define PWR_CR5_SMPSVOS PWR_CR5_SMPSVOS_Msk /*!< SMPS step down … macro
/hal_stm32-latest/stm32cube/stm32wbxx/soc/Include/
Dstm32wb15xx.h5689 #define PWR_CR5_SMPSVOS PWR_CR5_SMPSVOS_Msk /*!< SMPS step down … macro