Home
last modified time | relevance | path

Searched defs:GetChannel (Results 1 – 7 of 7) sorted by relevance

/openthread-latest/src/core/mac/
Dlink_raw.hpp226 uint8_t GetChannel(void) const { return mReceiveChannel; } in GetChannel() function in ot::Mac::LinkRaw
Dmac_frame.hpp659 uint8_t GetChannel(void) const { return mChannel; } in GetChannel() function in ot::Mac::Frame
/openthread-latest/src/core/radio/
Dtrel_packet.hpp141 uint8_t GetChannel(void) const { return mChannel; } in GetChannel() function in ot::Trel::Header
/openthread-latest/src/core/thread/
Dmesh_forwarder.hpp99 uint8_t GetChannel(void) const { return mChannel; } in GetChannel() function in ot::ThreadLinkInfo
Dmle_tlvs.hpp1098 uint16_t GetChannel(void) const { return BigEndian::HostSwap16(mChannel); } in GetChannel() function in ot::Mle::ChannelTlvValue
/openthread-latest/src/lib/spinel/
Dradio_spinel.hpp394 uint8_t GetChannel(void) const { return mChannel; } in GetChannel() function in ot::Spinel::RadioSpinel
/openthread-latest/src/core/common/
Dmessage.hpp1135 uint8_t GetChannel(void) const { return GetMetadata().mChannel; } in GetChannel() function in ot::Message