Searched refs:IS_RTC_IF (Results 1 – 4 of 4) sorted by relevance
1172 assert_param(IS_RTC_IF(flag)); in ald_rtc_get_flag_status()1186 assert_param(IS_RTC_IF(flag)); in ald_rtc_clear_flag_status()
554 #define IS_RTC_IF(x) (((x) == RTC_IF_SEC) || \ macro
556 #define IS_RTC_IF(x) (((x) == RTC_IF_SEC) || \ macro
Completed in 13 milliseconds