Searched defs:GetNow (Results 1 – 3 of 3) sorted by relevance
243 static TimeMilli GetNow(void) { return TimeMilli(otPlatAlarmMilliGetNow()); } in GetNow() function in ot::TimerMilli404 static TimeMicro GetNow(void) { return Time(otPlatAlarmMicroGetNow()); } in GetNow() function in ot::TimerMicro
780 def GetNow(): function
2072 uint64_t RadioSpinel::GetNow(void) { return (mIsTimeSynced) ? (otPlatTimeGet() + mRadioTimeOffset) … in GetNow() function in ot::Spinel::RadioSpinel