Searched refs:RTC_IT_MASK (Results 1 – 2 of 2) sorted by relevance
557 (((((__FLAG__)) >> 8U) == 1U) ? (RTC->ICSR & (1U << (((uint16_t)(__FLAG__)) & RTC_IT_MASK))) : \558 (RTC->SR & (1U << (((uint16_t)(__FLAG__)) & RTC_IT_MASK))))
519 #define RTC_IT_MASK 0x001FU /*!< RTC interruptions flags m… macro