Home
last modified time | relevance | path

Searched refs:RTC_MODE0_INTFLAG_CMP0 (Results 1 – 4 of 4) sorted by relevance

/loramac-node-latest/src/boards/mcu/saml21/
Dhw_timer.c172 if (flag & RTC_MODE0_INTFLAG_CMP0) { in RTC_Handler()
/loramac-node-latest/src/boards/mcu/saml21/hpl/rtc/
Dhpl_rtc.c167 if (flag & RTC_MODE0_INTFLAG_CMP0) { in _rtc_timer_interrupt_handler()
/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Drtc.h803 #define RTC_MODE0_INTFLAG_CMP0 (1 << RTC_MODE0_INTFLAG_CMP0_Pos) macro
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_rtc_l21.h3364 return (((Rtc *)hw)->MODE0.INTFLAG.reg & RTC_MODE0_INTFLAG_CMP0) >> RTC_MODE0_INTFLAG_CMP0_Pos; in hri_rtcmode0_get_INTFLAG_CMP0_bit()
3369 ((Rtc *)hw)->MODE0.INTFLAG.reg = RTC_MODE0_INTFLAG_CMP0; in hri_rtcmode0_clear_INTFLAG_CMP0_bit()
3464 return (((Rtc *)hw)->MODE0.INTFLAG.reg & RTC_MODE0_INTFLAG_CMP0) >> RTC_MODE0_INTFLAG_CMP0_Pos; in hri_rtcmode0_get_interrupt_CMP0_bit()
3469 ((Rtc *)hw)->MODE0.INTFLAG.reg = RTC_MODE0_INTFLAG_CMP0; in hri_rtcmode0_clear_interrupt_CMP0_bit()