Searched refs:RTC_COMP32_NUM (Results 1 – 5 of 5) sorted by relevance
240 for (uint8_t i = 0; i < RTC_COMP32_NUM; i++) { in _rtc_count_set_config()458 if ((uint32_t)comp_index > RTC_COMP32_NUM) { in rtc_count_set_compare()532 if ((uint32_t)comp_index > RTC_COMP32_NUM) { in rtc_count_get_compare()667 if (comp_index > RTC_COMP32_NUM) { in rtc_count_is_compare_match()720 if (comp_index > RTC_COMP32_NUM) { in rtc_count_clear_compare_match()
88 if (callback_type > (RTC_COMP32_NUM + RTC_PER_NUM)) { in rtc_count_register_callback()146 if (callback_type > (RTC_COMP32_NUM + RTC_PER_NUM)) { in rtc_count_unregister_callback()
114 #define RTC_COMP32_NUM 1 // Number of 32-bit Comparators macro
111 #define RTC_COMP32_NUM 1 // Number of 32-bit Comparators macro
99 #define RTC_COMP32_NUM 1 // Number of 32-bit Comparators macro
Completed in 7 milliseconds