Home
last modified time | relevance | path

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

/openthread-latest/src/core/mac/
Dmac_links.hpp452 void Sleep(void) in Sleep() function in ot::Mac::Links
455 IgnoreError(mSubMac.Sleep()); in Sleep()
458 mTrel.Sleep(); in Sleep()
500 mTrel.Sleep(); in CslSample()
Dsub_mac_csl_receiver.cpp91 VerifyOrExit(!mRadioFilterEnabled, IgnoreError(Get<Radio>().Sleep())); in CslSample()
103 IgnoreError(Get<Radio>().Sleep()); // Don't actually sleep for debugging in CslSample()
187 IgnoreError(Get<Radio>().Sleep()); // Don't actually sleep for debugging in HandleCslTimer()
Dsub_mac.cpp210 SuccessOrExit(error = Get<Radio>().Sleep()); in Enable()
231 SuccessOrExit(error = Get<Radio>().Sleep()); in Disable()
239 Error SubMac::Sleep(void) in Sleep() function in ot::Mac::SubMac
245 error = Get<Radio>().Sleep(); in Sleep()
267 error = Get<Radio>().Sleep(); in Receive()
471 IgnoreError(Get<Radio>().Sleep()); in StartTimerForBackoff()
Dsub_mac.hpp304 Error Sleep(void);
Dmac.cpp596 mLinks.Sleep(); in UpdateIdleMode()
/openthread-latest/tests/scripts/expect/
Dcli_non_rcp-radiostats.exp55 expect -re {Sleep Time: \d+\.\d+s \(\d+\.\d+%\)}
/openthread-latest/src/core/radio/
Dtrel_link.hpp122 void Sleep(void);
Dradio.hpp496 Error Sleep(void);
947 inline Error Radio::Sleep(void) in Sleep() function in ot::Radio
1084 inline Error Radio::Sleep(void) { return kErrorNone; } in Sleep() function in ot::Radio
Dradio.cpp61 SuccessOrAssert(Sleep()); in Init()
Dtrel_link.cpp91 void Link::Sleep(void) in Sleep() function in ot::Trel::Link
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_platform.function25 Sleep(milliseconds);
/openthread-latest/src/core/api/
Dlink_raw_api.cpp82 error = instance.Get<Radio>().Sleep(); in otLinkRawSleep()
/openthread-latest/tools/spi-hdlc-adapter/
DREADME.md44 2. Sleep for 30ms.
/openthread-latest/src/lib/spinel/
Dradio_spinel.hpp595 otError Sleep(void);
Dradio_spinel.cpp1751 otError RadioSpinel::Sleep(void) in Sleep() function in ot::Spinel::RadioSpinel
/openthread-latest/third_party/mbedtls/repo/library/
Dnet_sockets.c523 Sleep((usec + 999) / 1000); in mbedtls_net_usleep()
/openthread-latest/src/posix/platform/
Dradio.cpp288 return GetRadioSpinel().Sleep(); in otPlatRadioSleep()
/openthread-latest/third_party/mbedtls/repo/programs/test/
Dbenchmark.c409 Sleep(alarmMs); in TimerProc()
/openthread-latest/src/core/diags/
Dfactory_diags.cpp636 SuccessOrExit(error = Get<Radio>().Sleep());
/openthread-latest/src/cli/
DREADME.md3271 Sleep Time: 66.251128s (97.77%)