Home
last modified time | relevance | path

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

/external/openthread/src/core/mac/
Dsub_mac.cpp425 if (Time(static_cast<uint32_t>(otPlatRadioGetNow(&GetInstance()))) < in StartCsmaBackoff()
576 mCslLastSync = TimeMicro(static_cast<uint32_t>(otPlatRadioGetNow(&GetInstance()))); in HandleTransmitDone()
1069 mCslSampleTime = TimeMicro(static_cast<uint32_t>(otPlatRadioGetNow(&GetInstance()))); in UpdateCsl()
1144 uint32_t curTime = static_cast<uint32_t>(otPlatRadioGetNow(&GetInstance())); in GetCslWindowEdges()
/external/openthread/src/core/radio/
Dradio_platform.cpp232 OT_TOOL_WEAK uint64_t otPlatRadioGetNow(otInstance *aInstance) in otPlatRadioGetNow() function
/external/openthread/src/core/thread/
Dcsl_tx_scheduler.cpp156 uint64_t radioNow = otPlatRadioGetNow(&GetInstance()); in GetNextCslTransmissionDelay()
/external/openthread/include/openthread/platform/
Dradio.h627 uint64_t otPlatRadioGetNow(otInstance *aInstance);
/external/openthread/src/posix/platform/
Dradio.cpp600 uint64_t otPlatRadioGetNow(otInstance *aInstance) in otPlatRadioGetNow() function
/external/openthread/examples/platforms/simulation/
Dradio.c1185 uint64_t otPlatRadioGetNow(otInstance *aInstance) in otPlatRadioGetNow() function