Home
last modified time | relevance | path

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

/btstack/port/stm32-wb55xx-nucleo-freertos/Drivers/STM32WBxx_HAL_Driver/Inc/
H A Dstm32wbxx_ll_pwr.h1489 …register __IO const uint32_t OutputVoltageLevel_calibration = (((*SMPS_VOLTAGE_CAL_ADDR) & SMPS_VO… in LL_PWR_SMPS_SetOutputVoltageLevel() local
1493 if(OutputVoltageLevel_calibration == 0UL) in LL_PWR_SMPS_SetOutputVoltageLevel()
1504 …TrimmingSteps = ((int32_t)OutputVoltageLevel_calibration - (int32_t)(LL_PWR_SMPS_OUTPUT_VOLTAGE_1V… in LL_PWR_SMPS_SetOutputVoltageLevel()
1550 …register __IO const uint32_t OutputVoltageLevel_calibration = (((*SMPS_VOLTAGE_CAL_ADDR) & SMPS_VO… in LL_PWR_SMPS_GetOutputVoltageLevel() local
1554 if(OutputVoltageLevel_calibration == 0UL) in LL_PWR_SMPS_GetOutputVoltageLevel()
1564 …TrimmingSteps = ((int32_t)OutputVoltageLevel_calibration - (int32_t)(LL_PWR_SMPS_OUTPUT_VOLTAGE_1V… in LL_PWR_SMPS_GetOutputVoltageLevel()
/btstack/port/stm32-wb55xx-nucleo-freertos/Drivers/STM32WBxx_HAL_Driver/Src/
H A Dstm32wbxx_hal_pwr_ex.c865 …__IO const uint32_t OutputVoltageLevel_calibration = (((*SMPS_VOLTAGE_CAL_ADDR) & SMPS_VOLTAGE_CAL… in HAL_PWREx_ConfigSMPS() local
869 if(OutputVoltageLevel_calibration == 0UL) in HAL_PWREx_ConfigSMPS()
880 …TrimmingSteps = ((int32_t)OutputVoltageLevel_calibration - (int32_t)(LL_PWR_SMPS_OUTPUT_VOLTAGE_1V… in HAL_PWREx_ConfigSMPS()