Searched refs:IS_RTC_CONFIG_IT (Results 1 – 4 of 4) sorted by relevance
643 #define IS_RTC_CONFIG_IT(IT) (((IT) != (uint32_t)RESET) && (((IT) & 0xFFFF2FFB) == (uint32_t)RESET)) macro
667 #define IS_RTC_CONFIG_IT(IT) (((IT) != (uint32_t)RESET) && (((IT) & 0xFFFF2FFB) == (uint32_t)RESET)) macro
1705 assert_param(IS_RTC_CONFIG_IT(RTC_IT)); in RTC_ITConfig()
2249 assert_param(IS_RTC_CONFIG_IT(RTC_IT)); in RTC_ITConfig()
Completed in 25 milliseconds