Searched refs:rtc_counts_per_tick (Results 1 – 1 of 1) sorted by relevance
43 static uint32_t rtc_counts_per_tick = 0; variable57 rtc_counts_per_tick = MULT_BY_32768(interval) / 1000 ; in platform_set_periodic_timer()58 ms_scale = rtc_counts_per_tick * 1000; in platform_set_periodic_timer()67 nrf_rtc_cc_set(NRF_RTC1, LK_RTC_CC_CHAN, rtc_counts_per_tick); in platform_set_periodic_timer()124 nrf_rtc_cc_set(NRF_RTC1, LK_RTC_CC_CHAN, last_cc + rtc_counts_per_tick); in nrf52_RTC1_IRQ()
Completed in 5 milliseconds