Searched defs:IS_RCC_CRS_SYNC_POLARITY (Results 1 – 2 of 2) sorted by relevance
3079 #define IS_RCC_CRS_SYNC_POLARITY(__POLARITY__) (((__POLARITY__) == RCC_CRS_SYNC_POLARITY_RISING) ||… macro
169 #define IS_RCC_CRS_SYNC_POLARITY(_POLARITY_) (((_POLARITY_) == RCC_CRS_SYNC_POLARITY_RISING) || \ macro