Searched refs:IS_RTC_IT (Results 1 – 2 of 2) sorted by relevance
92 assert_param(IS_RTC_IT(RTC_IT)); in RTC_ITConfig()320 assert_param(IS_RTC_IT(RTC_IT)); in RTC_ClearITPendingBit()
60 #define IS_RTC_IT(IT) ((((IT) & (uint16_t)0xFFF8) == 0x00) && ((IT) != 0x00)) macro
Completed in 3 milliseconds