Searched refs:IS_ADC_INJECTED_RANK (Results 1 – 7 of 7) sorted by relevance
538 assert_param(IS_ADC_INJECTED_RANK(InjectedRank)); in HAL_ADCEx_InjectedGetValue()624 assert_param(IS_ADC_INJECTED_RANK(sConfigInjected->InjectedRank)); in HAL_ADCEx_InjectedConfigChannel()
333 #define IS_ADC_INJECTED_RANK(RANK) (((RANK) >= 0x1) && ((RANK) <= 0x4)) macro
325 #define IS_ADC_INJECTED_RANK(RANK) (((RANK) >= 0x1) && ((RANK) <= 0x4)) macro
350 #define IS_ADC_INJECTED_RANK(RANK) (((RANK) >= 0x1) && ((RANK) <= 0x4)) macro
475 #define IS_ADC_INJECTED_RANK(CHANNEL) (((CHANNEL) == ADC_INJECTED_RANK_1) || \ macro
354 #define IS_ADC_INJECTED_RANK(RANK) (((RANK) >= 0x1) && ((RANK) <= 0x4)) macro
911 assert_param(IS_ADC_INJECTED_RANK(Rank)); in ADC_InjectedChannelConfig()
Completed in 20 milliseconds