Home
last modified time | relevance | path

Searched refs:RTC_INST_NUM (Results 1 – 25 of 104) sorted by relevance

12345

/bsp/samd21/sam_d2x_asflib/sam0/drivers/rtc/rtc_sam_d_r_h/
A Drtc_calendar_interrupt.c48 extern struct rtc_module *_rtc_instance[RTC_INST_NUM];
257 #if (RTC_INST_NUM == 1)
262 #elif (RTC_INST_NUM > 1)
269 MREPEAT(RTC_INST_NUM, _RTC_INTERRUPT_HANDLER, ~)
A Drtc_count_interrupt.c48 extern struct rtc_module *_rtc_instance[RTC_INST_NUM];
307 #if (RTC_INST_NUM == 1)
312 #elif (RTC_INST_NUM > 1)
319 MREPEAT(RTC_INST_NUM, _RTC_INTERRUPT_HANDLER, ~)
A Drtc_count.c50 struct rtc_module *_rtc_instance[RTC_INST_NUM];
300 # if (RTC_INST_NUM == 1) in rtc_count_init()
A Drtc_calendar.c50 struct rtc_module *_rtc_instance[RTC_INST_NUM];
360 #if (RTC_INST_NUM == 1) in rtc_calendar_init()
/bsp/samd21/sam_d2x_asflib/sam0/drivers/rtc/rtc_sam_l_c/
A Drtc_calendar_interrupt.c48 extern struct rtc_module *_rtc_instance[RTC_INST_NUM];
302 #if (RTC_INST_NUM == 1)
307 #elif (RTC_INST_NUM > 1)
314 MREPEAT(RTC_INST_NUM, _RTC_INTERRUPT_HANDLER, ~)
A Drtc_count_interrupt.c48 extern struct rtc_module *_rtc_instance[RTC_INST_NUM];
352 #if (RTC_INST_NUM == 1)
357 #elif (RTC_INST_NUM > 1)
364 MREPEAT(RTC_INST_NUM, _RTC_INTERRUPT_HANDLER, ~)
A Drtc_count.c52 struct rtc_module *_rtc_instance[RTC_INST_NUM];
310 # if (RTC_INST_NUM == 1) in rtc_count_init()
A Drtc_calendar.c51 struct rtc_module *_rtc_instance[RTC_INST_NUM];
373 #if (RTC_INST_NUM == 1) in rtc_calendar_init()
/bsp/samd21/sam_d2x_asflib/sam0/drivers/rtc/
A Drtc_count.h798 #if (RTC_INST_NUM > 1) && !defined(__DOXYGEN__)
810 static Rtc *const rtc_modules[RTC_INST_NUM] = RTC_INSTS; in _rtc_get_inst_index()
813 for (uint32_t i = 0; i < RTC_INST_NUM; i++) { in _rtc_get_inst_index()
A Drtc_calendar.h857 #if (RTC_INST_NUM > 1) && !defined(__DOXYGEN__)
869 static Rtc *const rtc_modules[RTC_INST_NUM] = RTC_INSTS; in _rtc_get_inst_index()
872 for (uint32_t i = 0; i < RTC_INST_NUM; i++) { in _rtc_get_inst_index()
/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/
A Dsamd20e14.h434 #define RTC_INST_NUM 1 /**< \brief (RTC) Number of instances */ macro
A Dsamd20e15.h434 #define RTC_INST_NUM 1 /**< \brief (RTC) Number of instances */ macro
A Dsamd20g14.h441 #define RTC_INST_NUM 1 /**< \brief (RTC) Number of instances */ macro
A Dsamd20g15.h441 #define RTC_INST_NUM 1 /**< \brief (RTC) Number of instances */ macro
A Dsamd20g16.h441 #define RTC_INST_NUM 1 /**< \brief (RTC) Number of instances */ macro
A Dsamd20g17.h441 #define RTC_INST_NUM 1 /**< \brief (RTC) Number of instances */ macro
A Dsamd20g17u.h441 #define RTC_INST_NUM 1 /**< \brief (RTC) Number of instances */ macro
A Dsamd20g18.h441 #define RTC_INST_NUM 1 /**< \brief (RTC) Number of instances */ macro
A Dsamd20g18u.h441 #define RTC_INST_NUM 1 /**< \brief (RTC) Number of instances */ macro
A Dsamd20e16.h434 #define RTC_INST_NUM 1 /**< \brief (RTC) Number of instances */ macro
A Dsamd20e17.h434 #define RTC_INST_NUM 1 /**< \brief (RTC) Number of instances */ macro
A Dsamd20e18.h434 #define RTC_INST_NUM 1 /**< \brief (RTC) Number of instances */ macro
A Dsamd20j14.h454 #define RTC_INST_NUM 1 /**< \brief (RTC) Number of instances */ macro
A Dsamd20j15.h454 #define RTC_INST_NUM 1 /**< \brief (RTC) Number of instances */ macro
A Dsamd20j16.h454 #define RTC_INST_NUM 1 /**< \brief (RTC) Number of instances */ macro

Completed in 73 milliseconds

12345