Searched defs:PCNT_REF_VALID (Results 1 – 1 of 1) sorted by relevance
58 #define PCNT_REF_VALID(ref) ((ref) == PCNT0) macro60 #define PCNT_REF_VALID(ref) (((ref) == PCNT0) || ((ref) == PCNT1)) macro62 #define PCNT_REF_VALID(ref) (((ref) == PCNT0) || ((ref) == PCNT1) || \ macro
Completed in 7 milliseconds