Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_pwr_ex.c423 assert_param(IS_PWR_SMPS_BOM(BOM)); in HAL_PWREx_ConfigSMPS()
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_hal_pwr_ex.h463 #define IS_PWR_SMPS_BOM(BOM) (((BOM) == PWR_SMPS_BOM1) ||\ macro