Searched refs:PWR_CR5_SMPSVOS (Results 1 – 7 of 7) sorted by relevance
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/ |
D | stm32wbxx_ll_pwr.h | 1514 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/ |
D | stm32wbxx_hal_pwr_ex.c | 878 … 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/ |
D | stm32wb1mxx.h | 5689 #define PWR_CR5_SMPSVOS PWR_CR5_SMPSVOS_Msk /*!< SMPS step down … macro
|
D | stm32wb35xx.h | 6446 #define PWR_CR5_SMPSVOS PWR_CR5_SMPSVOS_Msk /*!< SMPS step down … macro
|
D | stm32wb55xx.h | 6534 #define PWR_CR5_SMPSVOS PWR_CR5_SMPSVOS_Msk /*!< SMPS step down … macro
|
D | stm32wb5mxx.h | 6534 #define PWR_CR5_SMPSVOS PWR_CR5_SMPSVOS_Msk /*!< SMPS step down … macro
|
/hal_stm32-latest/stm32cube/stm32wbxx/soc/Include/ |
D | stm32wb15xx.h | 5689 #define PWR_CR5_SMPSVOS PWR_CR5_SMPSVOS_Msk /*!< SMPS step down … macro
|