Home
last modified time | relevance | path

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

/openthread-3.4.0/src/core/radio/
Dradio.hpp85 static constexpr uint8_t kChannelMax = OT_RADIO_2P4GHZ_OQPSK_CHANNEL_MAX;
97 static constexpr uint8_t kChannelMax = OT_RADIO_2P4GHZ_OQPSK_CHANNEL_MAX;
/openthread-3.4.0/src/core/meshcop/
Dmeshcop_tlvs.cpp188 …(OT_RADIO_2P4GHZ_OQPSK_CHANNEL_MIN <= aChannel) && (aChannel <= OT_RADIO_2P4GHZ_OQPSK_CHANNEL_MAX)) in SetChannel()
/openthread-3.4.0/include/openthread/platform/
Dradio.h112OT_RADIO_2P4GHZ_OQPSK_CHANNEL_MAX = 26, ///< 2.4 GHz IEE… enumerator
/openthread-3.4.0/examples/platforms/simulation/
Dradio.c92 SIM_RADIO_CHANNEL_MAX = OT_RADIO_2P4GHZ_OQPSK_CHANNEL_MAX,