Home
last modified time | relevance | path

Searched refs:RTC_PER_NUM (Results 1 – 7 of 7) sorted by relevance

/bsp/samd21/sam_d2x_asflib/sam0/drivers/rtc/rtc_sam_l_c/
A Drtc_count_interrupt.c88 if (callback_type > (RTC_COMP32_NUM + RTC_PER_NUM)) { in rtc_count_register_callback()
95 if (callback_type > (RTC_NUM_OF_COMP16 + RTC_PER_NUM)) { in rtc_count_register_callback()
146 if (callback_type > (RTC_COMP32_NUM + RTC_PER_NUM)) { in rtc_count_unregister_callback()
152 if (callback_type > (RTC_NUM_OF_COMP16 + RTC_PER_NUM)) { in rtc_count_unregister_callback()
198 rtc_module->MODE0.INTENSET.reg = RTC_MODE1_INTFLAG_CMP(1 << (callback_type - RTC_PER_NUM)); in rtc_count_enable_callback()
233 rtc_module->MODE0.INTENCLR.reg = RTC_MODE1_INTFLAG_CMP(1 << (callback_type - RTC_PER_NUM)); in rtc_count_disable_callback()
280 for ( i = 0;i < RTC_PER_NUM;i++) { in _rtc_interrupt_handler()
A Drtc_calendar_interrupt.c83 } else if (callback_type > (RTC_NUM_OF_ALARMS + RTC_PER_NUM)) { in rtc_calendar_register_callback()
125 } else if (callback_type > (RTC_NUM_OF_ALARMS + RTC_PER_NUM)) { in rtc_calendar_unregister_callback()
168 rtc_module->MODE2.INTENSET.reg = RTC_MODE2_INTFLAG_ALARM(1 << (callback_type - RTC_PER_NUM)); in rtc_calendar_enable_callback()
203 rtc_module->MODE2.INTENCLR.reg = RTC_MODE2_INTFLAG_ALARM(1 << (callback_type - RTC_PER_NUM)); in rtc_calendar_disable_callback()
250 for (i = 0;i < RTC_PER_NUM;i++) { in _rtc_interrupt_handler()
/bsp/microchip/samc21/bsp/samc21/include/instance/
A Drtc.h101 #define RTC_PER_NUM 8 // Number of Periodic Intervals macro
/bsp/microchip/same54/bsp/include/instance/
A Drtc.h154 #define RTC_PER_NUM 8 // Number of Periodic Intervals macro
/bsp/microchip/samd51-adafruit-metro-m4/bsp/samd51a/include/instance/
A Drtc.h154 #define RTC_PER_NUM 8 // Number of Periodic Intervals macro
/bsp/microchip/samd51-seeed-wio-terminal/bsp/samd51a/include/instance/
A Drtc.h154 #define RTC_PER_NUM 8 // Number of Periodic Intervals macro
/bsp/microchip/saml10/bsp/include/instance/
A Drtc.h137 #define RTC_PER_NUM 8 /* Number of Periodic Intervals */ macro

Completed in 11 milliseconds