Searched refs:ticks_to_fire (Results 1 – 1 of 1) sorted by relevance
170 uint32_t ticks_to_fire = rtc_counter_sub(cc, cntr); in rtc_ticks_to_next_event_get() local172 if (ticks_to_fire == 0U) { in rtc_ticks_to_next_event_get()177 ticks_to_fire = NRF_RTC_COUNTER_MAX + 1U; in rtc_ticks_to_next_event_get()181 *ticks_to_next_event = ticks_to_fire; in rtc_ticks_to_next_event_get()183 } else if (ticks_to_fire < *ticks_to_next_event) { in rtc_ticks_to_next_event_get()184 *ticks_to_next_event = ticks_to_fire; in rtc_ticks_to_next_event_get()