Searched refs:RANK (Results 1 – 5 of 5) sorted by relevance
375 #define IS_ADC_INJECTED_RANK(RANK) (((RANK) >= 0x1) && ((RANK) <= 0x4)) argument395 #define IS_ADC_REGULAR_RANK(RANK) (((RANK) >= 0x1) && ((RANK) <= 0x10)) argument
541 #define IS_ADC_INJECTED_RANK(RANK) (((RANK) >= 0x1) && ((RANK) <= 0x4)) argument559 #define IS_ADC_REGULAR_RANK(RANK) (((RANK) >= 0x1) && ((RANK) <= 0x10)) argument
224 #define IS_DFSDM_SCD_BREAK_SIGNAL(RANK) (((RANK) == DFSDM_SCDBreak_0) || \ argument225 ((RANK) == DFSDM_SCDBreak_1) || \226 ((RANK) == DFSDM_SCDBreak_2) || \227 ((RANK) == DFSDM_SCDBreak_3))
873 #define IS_ADC_REGULAR_RANK(RANK) (((RANK) >= (1U)) && ((RANK) <= (16U))) argument
Completed in 18 milliseconds