Home
last modified time | relevance | path

Searched refs:OT_RADIO_CAPS_SLEEP_TO_TX (Results 1 – 4 of 4) sorted by relevance

/openthread-3.5.0/examples/platforms/simulation/
Dsystem.c150 gRadioCaps |= OT_RADIO_CAPS_SLEEP_TO_TX; in otSysInit()
/openthread-3.5.0/include/openthread/platform/
Dradio.h135OT_RADIO_CAPS_SLEEP_TO_TX = 1 << 4, ///< Radio supports direct transition from sleep to TX wi… enumerator
/openthread-3.5.0/src/core/mac/
Dsub_mac.cpp543 if ((mRadioCaps & OT_RADIO_CAPS_SLEEP_TO_TX) == 0) in BeginTransmit()
/openthread-3.5.0/src/lib/spinel/
Dradio_spinel_impl.hpp1759 …it(mState == kStateReceive || (mState == kStateSleep && (mRadioCaps & OT_RADIO_CAPS_SLEEP_TO_TX))); in Transmit()