Searched refs:BOM (Results 1 – 3 of 3) sorted by relevance
463 #define IS_PWR_SMPS_BOM(BOM) (((BOM) == PWR_SMPS_BOM1) ||\ argument464 ((BOM) == PWR_SMPS_BOM2) ||\465 ((BOM) == PWR_SMPS_BOM3))502 HAL_StatusTypeDef HAL_PWREx_ConfigSMPS(uint32_t OutputVoltage, uint32_t BOM);
2398 __STATIC_INLINE void LL_PWR_SetSMPSBOM(uint32_t BOM) in LL_PWR_SetSMPSBOM() argument2400 MODIFY_REG(PWR->CR5, PWR_CR5_SMPSBOMSEL, BOM); in LL_PWR_SetSMPSBOM()
419 HAL_StatusTypeDef HAL_PWREx_ConfigSMPS(uint32_t OutputVoltage, uint32_t BOM) in HAL_PWREx_ConfigSMPS() argument423 assert_param(IS_PWR_SMPS_BOM(BOM)); in HAL_PWREx_ConfigSMPS()426 MODIFY_REG(PWR->CR5, PWR_CR5_SMPSBOMSEL, BOM); in HAL_PWREx_ConfigSMPS()