Home
last modified time | relevance | path

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

/openthread-latest/src/posix/platform/
Dradio.hpp114 OT_RADIO_CAPS_TRANSMIT_SEC | OT_RADIO_CAPS_TRANSMIT_TIMING |
Drcp_caps_diag.cpp525 …texpr uint32_t kRadioThread12Flags[] = {OT_RADIO_CAPS_TRANSMIT_SEC, OT_RADIO_CAPS_TRANSMIT_TIMING}; in TestRadioCapbilityFlags()
862 …static_assert(OT_RADIO_CAPS_TRANSMIT_TIMING == 1 << 6, "OT_RADIO_CAPS_TRANSMIT_TIMING value is inc… in RadioCapbilityToString()
/openthread-latest/src/core/mac/
Dsub_mac.cpp132 caps |= OT_RADIO_CAPS_TRANSMIT_TIMING; in GetCaps()
149 OT_RADIO_CAPS_ENERGY_SCAN | OT_RADIO_CAPS_TRANSMIT_SEC | OT_RADIO_CAPS_TRANSMIT_TIMING | in GetCaps()
Dsub_mac.hpp601 …dioSupportsTransmitTiming(void) const { return ((mRadioCaps & OT_RADIO_CAPS_TRANSMIT_TIMING) != 0)… in RadioSupportsTransmitTiming()
/openthread-latest/include/openthread/platform/
Dradio.h133 OT_RADIO_CAPS_TRANSMIT_TIMING = 1 << 6, ///< Radio supports tx at specific time. enumerator