Home
last modified time | relevance | path

Searched defs:PCNT_REF_VALID (Results 1 – 2 of 2) sorted by relevance

/hal_silabs-latest/gecko/emlib/src/
Dem_pcnt.c57 #define PCNT_REF_VALID(ref) ((ref) == PCNT0) macro
59 #define PCNT_REF_VALID(ref) (((ref) == PCNT0) || ((ref) == PCNT1)) macro
61 #define PCNT_REF_VALID(ref) (((ref) == PCNT0) || ((ref) == PCNT1) \ macro
/hal_silabs-latest/simplicity_sdk/platform/emlib/src/
Dem_pcnt.c57 #define PCNT_REF_VALID(ref) ((ref) == PCNT0) macro
59 #define PCNT_REF_VALID(ref) (((ref) == PCNT0) || ((ref) == PCNT1)) macro
61 #define PCNT_REF_VALID(ref) (((ref) == PCNT0) || ((ref) == PCNT1) \ macro