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() / 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()
58 uint64_t platformAlarmGetNow(void) { return sNow; } in platformAlarmGetNow() function177 uint64_t otPlatTimeGet(void) { return platformAlarmGetNow(); } in otPlatTimeGet()
129 uint64_t platformAlarmGetNow(void);