Searched refs:IS_RTC_IT (Results 1 – 10 of 10) sorted by relevance
68 assert_param(IS_RTC_IT(RTC_IT)); in RTC_ITConfig()296 assert_param(IS_RTC_IT(RTC_IT)); in RTC_ClearITPendingBit()
93 assert_param(IS_RTC_IT(RTC_IT)); in RTC_ITConfig()321 assert_param(IS_RTC_IT(RTC_IT)); in RTC_ClearITPendingBit()
39 #define IS_RTC_IT(IT) ((((IT) & (uint16_t)0xFFF8) == 0x00) && ((IT) != 0x00)) macro
61 #define IS_RTC_IT(IT) ((((IT) & (uint16_t)0xFFF8) == 0x00) && ((IT) != 0x00)) macro
1008 assert_param(IS_RTC_IT(it)); in ald_rtc_interrupt_config()1154 assert_param(IS_RTC_IT(it)); in ald_rtc_get_it_status()
537 #define IS_RTC_IT(x) (((x) == RTC_IT_SEC) || \ macro
539 #define IS_RTC_IT(x) (((x) == RTC_IT_SEC) || \ macro
Completed in 26 milliseconds