Home
last modified time | relevance | path

Searched refs:BOM (Results 1 – 3 of 3) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_hal_pwr_ex.h463 #define IS_PWR_SMPS_BOM(BOM) (((BOM) == PWR_SMPS_BOM1) ||\ argument
464 ((BOM) == PWR_SMPS_BOM2) ||\
465 ((BOM) == PWR_SMPS_BOM3))
502 HAL_StatusTypeDef HAL_PWREx_ConfigSMPS(uint32_t OutputVoltage, uint32_t BOM);
Dstm32wb0x_ll_pwr.h2398 __STATIC_INLINE void LL_PWR_SetSMPSBOM(uint32_t BOM) in LL_PWR_SetSMPSBOM() argument
2400 MODIFY_REG(PWR->CR5, PWR_CR5_SMPSBOMSEL, BOM); in LL_PWR_SetSMPSBOM()
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_pwr_ex.c419 HAL_StatusTypeDef HAL_PWREx_ConfigSMPS(uint32_t OutputVoltage, uint32_t BOM) in HAL_PWREx_ConfigSMPS() argument
423 assert_param(IS_PWR_SMPS_BOM(BOM)); in HAL_PWREx_ConfigSMPS()
426 MODIFY_REG(PWR->CR5, PWR_CR5_SMPSBOMSEL, BOM); in HAL_PWREx_ConfigSMPS()