Home
last modified time | relevance | path

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

/Zephyr-latest/modules/openthread/platform/
Dalarm.c30 static int32_t time_offset_ms; variable
56 time_offset_ms = time_offset_us / 1000; in platformAlarmInit()
83 return k_uptime_get_32() - time_offset_ms; in otPlatAlarmMilliGetNow()