Searched refs:RTC_Int_All (Results 1 – 1 of 1) sorted by relevance
42 #define RTC_Int_All ((uint32_t)0x00000003) macro43 #define IS_RTC_INT(INT) (((INT) != 0) && (((INT) & ~RTC_Int_All) == 0))
Completed in 4 milliseconds