Searched refs:RTC_NUM_OF_ALARMS (Results 1 – 11 of 11) sorted by relevance
433 #define RTC_NUM_OF_ALARMS RTC_ALARM_NUM macro446 #if (RTC_NUM_OF_ALARMS > 1) || defined(__DOXYGEN__)450 #if (RTC_NUM_OF_ALARMS > 2) || defined(__DOXYGEN__)454 #if (RTC_NUM_OF_ALARMS > 3) || defined(__DOXYGEN__)510 # if (RTC_NUM_OF_ALARMS > 1) || defined(__DOXYGEN__)697 bool generate_event_on_alarm[RTC_NUM_OF_ALARMS];847 for (uint8_t i = 0; i < RTC_NUM_OF_ALARMS; i++) { in rtc_calendar_get_config_defaults()1054 if ((uint32_t)alarm_index > RTC_NUM_OF_ALARMS) { in rtc_calendar_is_alarm_match()1088 if ((uint32_t)alarm_index > RTC_NUM_OF_ALARMS) { in rtc_calendar_clear_alarm_match()1136 for (uint8_t i = 0; i < RTC_NUM_OF_ALARMS; i++) { in rtc_calendar_enable_events()[all …]
78 } else if (callback_type > RTC_NUM_OF_ALARMS) { in rtc_calendar_register_callback()115 } else if (callback_type > RTC_NUM_OF_ALARMS) { in rtc_calendar_unregister_callback()223 #if (RTC_NUM_OF_ALARMS > 1) || defined(__DOXYGEN__) in _rtc_interrupt_handler()233 #if (RTC_NUM_OF_ALARMS > 2) || defined(__DOXYGEN__) in _rtc_interrupt_handler()243 #if (RTC_NUM_OF_ALARMS > 3) || defined(__DOXYGEN__) in _rtc_interrupt_handler()
314 for (uint8_t i = 0; i < RTC_NUM_OF_ALARMS; i++) { in _rtc_calendar_set_config()409 for (uint8_t i = 0; i < RTC_NUM_OF_ALARMS; i++) { in rtc_calendar_swap_time_mode()434 for (uint8_t i = 0; i < RTC_NUM_OF_ALARMS; i++) { in rtc_calendar_swap_time_mode()559 if ((uint32_t)alarm_index > RTC_NUM_OF_ALARMS) { in rtc_calendar_set_alarm()605 if ((uint32_t)alarm_index > RTC_NUM_OF_ALARMS) { in rtc_calendar_get_alarm()
83 } 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()268 #if (RTC_NUM_OF_ALARMS > 1) || defined(__DOXYGEN__) in _rtc_interrupt_handler()278 #if (RTC_NUM_OF_ALARMS > 2) || defined(__DOXYGEN__) in _rtc_interrupt_handler()288 #if (RTC_NUM_OF_ALARMS > 3) || defined(__DOXYGEN__) in _rtc_interrupt_handler()
332 for (uint8_t i = 0; i < RTC_NUM_OF_ALARMS; i++) { in _rtc_calendar_set_config()422 for (uint8_t i = 0; i < RTC_NUM_OF_ALARMS; i++) { in rtc_calendar_swap_time_mode()447 for (uint8_t i = 0; i < RTC_NUM_OF_ALARMS; i++) { in rtc_calendar_swap_time_mode()563 if ((uint32_t)alarm_index > RTC_NUM_OF_ALARMS) { in rtc_calendar_set_alarm()617 if ((uint32_t)alarm_index > RTC_NUM_OF_ALARMS) { in rtc_calendar_get_alarm()
116 #define RTC_NUM_OF_ALARMS 1 // Number of Alarms (obsolete) macro
113 #define RTC_NUM_OF_ALARMS 1 // Number of Alarms (obsolete) macro
149 #define RTC_NUM_OF_ALARMS 2 // Number of Alarms macro
132 #define RTC_NUM_OF_ALARMS 1 /* Number of Alarms */ macro
Completed in 29 milliseconds