Home
last modified time | relevance | path

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

/openthread-2.7.6/include/openthread/platform/
Dradio.h103OT_RADIO_2P4GHZ_OQPSK_CHANNEL_MIN = 11, ///< 2.4 GHz IEE… enumerator
105 …OT_RADIO_2P4GHZ_OQPSK_CHANNEL_MASK = 0xffff << OT_RADIO_2P4GHZ_OQPSK_CHANNEL_MIN, ///< 2.4 GHz IEE…
/openthread-2.7.6/src/core/meshcop/
Dmeshcop_tlvs.cpp190 …if ((OT_RADIO_2P4GHZ_OQPSK_CHANNEL_MIN <= aChannel) && (aChannel <= OT_RADIO_2P4GHZ_OQPSK_CHANNEL_… in SetChannel()
/openthread-2.7.6/src/core/radio/
Dradio.hpp99 static constexpr uint8_t kChannelMin = OT_RADIO_2P4GHZ_OQPSK_CHANNEL_MIN;
/openthread-2.7.6/examples/platforms/simulation/
Dradio.c80 SIM_RADIO_CHANNEL_MIN = OT_RADIO_2P4GHZ_OQPSK_CHANNEL_MIN,