Home
last modified time | relevance | path

Searched refs:NRFX_RTC_US_TO_TICKS (Results 1 – 1 of 1) sorted by relevance

/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_rtc.h52 #define NRFX_RTC_US_TO_TICKS(us,freq) (((us) * (freq)) / 1000000U) macro
110 .tick_latency = NRFX_RTC_US_TO_TICKS(2000, 32768), \