Searched refs:RTC_NUM_OF_COMP32 (Results 1 – 8 of 8) sorted by relevance
211 for (uint8_t i = 0; i < RTC_NUM_OF_COMP32; i++) { in _rtc_count_set_config()459 if ((uint32_t)comp_index > RTC_NUM_OF_COMP32) { in rtc_count_set_compare()525 if ((uint32_t)comp_index > RTC_NUM_OF_COMP32) { in rtc_count_get_compare()652 if (comp_index > RTC_NUM_OF_COMP32) { in rtc_count_is_compare_match()705 if (comp_index > RTC_NUM_OF_COMP32) { in rtc_count_clear_compare_match()
83 if (callback_type > RTC_NUM_OF_COMP32) { in rtc_count_register_callback()136 if (callback_type > RTC_NUM_OF_COMP32) { in rtc_count_unregister_callback()
118 #define RTC_NUM_OF_COMP32 1 // Number of 32-bit Comparators (obsolete) macro
115 #define RTC_NUM_OF_COMP32 1 // Number of 32-bit Comparators (obsolete) macro
152 #define RTC_NUM_OF_COMP32 2 // Number of 32-bit Comparators macro
135 #define RTC_NUM_OF_COMP32 1 /* Number of 32-bit Comparators */ macro
Completed in 13 milliseconds