Searched refs:TrimmingSteps (Results 1 – 2 of 2) sorted by relevance
1506 …int32_t TrimmingSteps; /* Trimming steps between theoretical output … in LL_PWR_SMPS_SetOutputVoltageLevel() local1520 …TrimmingSteps = ((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() local1580 …TrimmingSteps = ((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()
870 …int32_t TrimmingSteps; /* Trimming steps between theoretical output voltag… in HAL_PWREx_ConfigSMPS() local884 …TrimmingSteps = ((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()