Home
last modified time | relevance | path

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

/lk-master/external/platform/nrfx/drivers/include/
A Dnrfx_rtc.h50 #define NRFX_RTC_US_TO_TICKS(us,freq) (((us) * (freq)) / 1000000U) macro
117 .tick_latency = NRFX_RTC_US_TO_TICKS(2000, 32768), \

Completed in 4 milliseconds