Searched refs:IS_ADC_REGULAR_RANK (Results 1 – 9 of 9) sorted by relevance
873 #define IS_ADC_REGULAR_RANK(RANK) (((RANK) >= (1U)) && ((RANK) <= (16U))) macro
395 #define IS_ADC_REGULAR_RANK(RANK) (((RANK) >= 0x1) && ((RANK) <= 0x10)) macro
559 #define IS_ADC_REGULAR_RANK(RANK) (((RANK) >= 0x1) && ((RANK) <= 0x10)) macro
566 #define IS_ADC_REGULAR_RANK(RANK) (((RANK) >= 0x1) && ((RANK) <= 0x10)) macro
635 #define IS_ADC_REGULAR_RANK(__RANK__) (((__RANK__) >= ((uint32_t)1)) && ((__RANK__) <= ((uint32_t)1… macro
595 assert_param(IS_ADC_REGULAR_RANK(Rank)); in ADC_RegularChannelConfig()
720 assert_param(IS_ADC_REGULAR_RANK(Rank)); in ADC_RegularChannelConfig()
721 assert_param(IS_ADC_REGULAR_RANK(Rank)); in ADC_RegularChannelConfig()
997 assert_param(IS_ADC_REGULAR_RANK(sConfig->Rank)); in HAL_ADC_ConfigChannel()
Completed in 21 milliseconds