Home
last modified time | relevance | path

Searched refs:OT_RADIO_CAPS_RX_ON_WHEN_IDLE (Results 1 – 5 of 5) sorted by relevance

/openthread-latest/src/core/mac/
Dsub_mac.cpp140 caps |= OT_RADIO_CAPS_RX_ON_WHEN_IDLE; in GetCaps()
150 OT_RADIO_CAPS_RECEIVE_TIMING | OT_RADIO_CAPS_RX_ON_WHEN_IDLE; in GetCaps()
Dsub_mac.hpp603 …RadioSupportsRxOnWhenIdle(void) const { return ((mRadioCaps & OT_RADIO_CAPS_RX_ON_WHEN_IDLE) != 0)… in RadioSupportsRxOnWhenIdle()
/openthread-latest/include/openthread/platform/
Dradio.h135 OT_RADIO_CAPS_RX_ON_WHEN_IDLE = 1 << 8, ///< Radio supports RxOnWhenIdle handling. enumerator
/openthread-latest/src/posix/platform/
Drcp_caps_diag.cpp527 … OT_RADIO_CAPS_RECEIVE_TIMING, OT_RADIO_CAPS_RX_ON_WHEN_IDLE}; in TestRadioCapbilityFlags()
864 …static_assert(OT_RADIO_CAPS_RX_ON_WHEN_IDLE == 1 << 8, "OT_RADIO_CAPS_RX_ON_WHEN_IDLE value is inc… in RadioCapbilityToString()
/openthread-latest/src/lib/spinel/
Dradio_spinel.cpp2265 if ((sRadioCaps & OT_RADIO_CAPS_RX_ON_WHEN_IDLE) != 0) in RestoreProperties()