Searched refs:OT_RADIO_CAPS_RECEIVE_TIMING (Results 1 – 4 of 4) sorted by relevance
136 caps |= OT_RADIO_CAPS_RECEIVE_TIMING; in GetCaps()150 OT_RADIO_CAPS_RECEIVE_TIMING | OT_RADIO_CAPS_RX_ON_WHEN_IDLE; in GetCaps()
602 …adioSupportsReceiveTiming(void) const { return ((mRadioCaps & OT_RADIO_CAPS_RECEIVE_TIMING) != 0);… in RadioSupportsReceiveTiming()
134 OT_RADIO_CAPS_RECEIVE_TIMING = 1 << 7, ///< Radio supports rx at specific time. enumerator
527 … OT_RADIO_CAPS_RECEIVE_TIMING, OT_RADIO_CAPS_RX_ON_WHEN_IDLE}; in TestRadioCapbilityFlags()863 …static_assert(OT_RADIO_CAPS_RECEIVE_TIMING == 1 << 7, "OT_RADIO_CAPS_RECEIVE_TIMING value is incor… in RadioCapbilityToString()