Searched refs:RTC_EnableInterrupts (Results 1 – 6 of 6) sorted by relevance
139 void RTC_EnableInterrupts(uint32_t interrupts, bool enable) in RTC_EnableInterrupts() function327 RTC_EnableInterrupts(RTC_INT_ALARM, true); /* Enable alarm interrupt. */ in RTC_SetAlarmBlocking()
181 void RTC_EnableInterrupts(uint32_t interrupts, bool enable);
234 static inline void RTC_EnableInterrupts(RTC_Type *base, uint32_t mask) in RTC_EnableInterrupts() function
269 void RTC_EnableInterrupts(RTC_Type *base, uint32_t mask);
308 void RTC_EnableInterrupts(RTC_Type *base, uint32_t mask) in RTC_EnableInterrupts() function
193 RTC_EnableInterrupts(RTC0, kRTC_AlarmInterruptEnable); in _rtc_set_alarm()
Completed in 9 milliseconds