Searched defs:Radio (Results 1 – 4 of 4) sorted by relevance
37 struct Radio struct39 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 …]
54 class Radio : public Logger<Radio> class
64 Radio::Radio(void) in Radio() function in ot::Posix::Radio
90 class Radio : public InstanceLocator, private NonCopyable class288 explicit Radio(Instance &aInstance) in Radio() function in ot::Radio