Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_ll_pwr.h1506 …int32_t TrimmingSteps; /* Trimming steps between theoretical output … in LL_PWR_SMPS_SetOutputVoltageLevel() local
1520TrimmingSteps = ((int32_t)OutputVoltageLevel_calibration - (int32_t)(LL_PWR_SMPS_OUTPUT_VOLTAGE_1V… in LL_PWR_SMPS_SetOutputVoltageLevel()
1521 …mmed = ((int32_t)((uint32_t)(OutputVoltageLevel >> PWR_CR5_SMPSVOS_Pos)) + (int32_t)TrimmingSteps); in LL_PWR_SMPS_SetOutputVoltageLevel()
1567 …int32_t TrimmingSteps; /* Trimming steps between theoretical output … in LL_PWR_SMPS_GetOutputVoltageLevel() local
1580TrimmingSteps = ((int32_t)OutputVoltageLevel_calibration - (int32_t)(LL_PWR_SMPS_OUTPUT_VOLTAGE_1V… in LL_PWR_SMPS_GetOutputVoltageLevel()
1582 …utVoltageLevelTrimmed = ((int32_t)((uint32_t)READ_BIT(PWR->CR5, PWR_CR5_SMPSVOS)) - TrimmingSteps); in LL_PWR_SMPS_GetOutputVoltageLevel()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_pwr_ex.c870 …int32_t TrimmingSteps; /* Trimming steps between theoretical output voltag… in HAL_PWREx_ConfigSMPS() local
884TrimmingSteps = ((int32_t)OutputVoltageLevel_calibration - (int32_t)(LL_PWR_SMPS_OUTPUT_VOLTAGE_1V… in HAL_PWREx_ConfigSMPS()
885 …(int32_t)((uint32_t)(sConfigSMPS->OutputVoltage >> PWR_CR5_SMPSVOS_Pos)) + (int32_t)TrimmingSteps); in HAL_PWREx_ConfigSMPS()