Searched refs:ticks_to_fire (Results 1 – 1 of 1) sorted by relevance
161 uint32_t ticks_to_fire = rtc_counter_sub(cc, cntr); in rtc_ticks_to_next_event_get() local163 if (ticks_to_fire == 0U) { in rtc_ticks_to_next_event_get()168 ticks_to_fire = NRF_RTC_COUNTER_MAX + 1U; in rtc_ticks_to_next_event_get()172 *ticks_to_next_event = ticks_to_fire; in rtc_ticks_to_next_event_get()174 } else if (ticks_to_fire < *ticks_to_next_event) { in rtc_ticks_to_next_event_get()175 *ticks_to_next_event = ticks_to_fire; in rtc_ticks_to_next_event_get()