Searched refs:IS_PWR_SUPPLY (Results 1 – 12 of 12) sorted by relevance
628 #define IS_PWR_SUPPLY(PWR_SOURCE) (((PWR_SOURCE) == PWR_LDO_SUPPLY) ||\ macro639 #define IS_PWR_SUPPLY(PWR_SOURCE) (((PWR_SOURCE) == PWR_LDO_SUPPLY) ||\ macro
239 #define IS_PWR_SUPPLY(PWR_SOURCE) (((PWR_SOURCE) == PWR_LDO_SUPPLY) ||\ macro
389 #define IS_PWR_SUPPLY(PWR_SOURCE) ((PWR_SOURCE) == PWR_EXTERNAL_SOURCE_SUPPLY) macro
114 assert_param(IS_PWR_SUPPLY(SupplySource)); in HAL_PWREx_ConfigSupply()
522 #define IS_PWR_SUPPLY(PWR_SOURCE) (((PWR_SOURCE) == PWR_LDO_SUPPLY) ||\ macro
286 assert_param(IS_PWR_SUPPLY(SupplySource)); in HAL_PWREx_ConfigSupply()
1053 #define IS_PWR_SUPPLY(__SOURCE__) (((__SOURCE__) == PWR_SMPS_SUPPLY) ||\ macro
270 assert_param(IS_PWR_SUPPLY(SupplySource)); in HAL_PWREx_ConfigSupply()
322 assert_param (IS_PWR_SUPPLY (SupplySource)); in HAL_PWREx_ConfigSupply()
850 #define IS_PWR_SUPPLY(PWR_SOURCE) \ macro
428 assert_param(IS_PWR_SUPPLY(SupplySource)); in HAL_PWREx_ConfigSupply()