Searched refs:platformAlarmGetNow (Results 1 – 3 of 3) sorted by relevance
90 static uint64_t platformAlarmGetNow(void) { return otPlatTimeGet() * sSpeedUpFactor; } in platformAlarmGetNow() function131 uint32_t otPlatAlarmMilliGetNow(void) { return (uint32_t)(platformAlarmGetNow() / OT_US_PER_MS); } in otPlatAlarmMilliGetNow()149 uint32_t otPlatAlarmMicroGetNow(void) { return static_cast<uint32_t>(platformAlarmGetNow()); } in otPlatAlarmMicroGetNow()201 uint64_t now = platformAlarmGetNow(); in platformAlarmUpdateTimeout()
57 uint64_t platformAlarmGetNow(void) { return sNow; } in platformAlarmGetNow() function176 uint64_t otPlatTimeGet(void) { return platformAlarmGetNow(); } in otPlatTimeGet()
123 uint64_t platformAlarmGetNow(void);