Home
last modified time | relevance | path

Searched defs:Radio (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/tests/nexus/platform/
Dnexus_radio.hpp37 struct Radio struct
39 static constexpr uint16_t kMaxFrameSize = OT_RADIO_FRAME_MAX_SIZE;
41 static constexpr uint16_t kMaxSrcMaatchShort = 80;
42 static constexpr uint16_t kMaxSrcMatchExt = 10;
44 static constexpr int8_t kRadioSensetivity = -100;
46 using State = otRadioState;
48 static constexpr State kStateDisabled = OT_RADIO_STATE_DISABLED;
49 static constexpr State kStateSleep = OT_RADIO_STATE_SLEEP;
50 static constexpr State kStateReceive = OT_RADIO_STATE_RECEIVE;
51 static constexpr State kStateTransmit = OT_RADIO_STATE_TRANSMIT;
[all …]
/openthread-latest/src/posix/platform/
Dradio.hpp54 class Radio : public Logger<Radio> class
Dradio.cpp64 Radio::Radio(void) in Radio() function in ot::Posix::Radio
/openthread-latest/src/core/radio/
Dradio.hpp90 class Radio : public InstanceLocator, private NonCopyable class
288 explicit Radio(Instance &aInstance) in Radio() function in ot::Radio