Searched defs:SetChannel (Results 1 – 6 of 6) sorted by relevance
/openthread-latest/src/core/mac/ | ||
D | link_raw.cpp | 131 Error LinkRaw::SetChannel(uint8_t aChannel) in SetChannel() function in ot::Mac::LinkRaw |
D | mac_links.hpp | 201 void SetChannel(uint8_t aChannel) in SetChannel() function in ot::Mac::TxFrames |
D | mac_frame.hpp | 1079 void SetChannel(uint8_t aChannel) in SetChannel() function in ot::Mac::TxFrame |
/openthread-latest/src/core/radio/ | ||
D | trel_packet.hpp | 137 void SetChannel(uint8_t aChannel) { mChannel = aChannel; } in SetChannel() function in ot::Trel::Header |
/openthread-latest/src/core/thread/ | ||
D | mle_tlvs.hpp | 1008 void SetChannel(uint16_t aChannel) { mChannel = BigEndian::HostSwap16(aChannel); } in SetChannel() function in ot::Mle::ChannelTlvValue |
/openthread-latest/src/core/common/ | ||
D | message.hpp | 1140 void SetChannel(uint8_t aChannel) { GetMetadata().mChannel = aChannel; } in SetChannel() function in ot::Message |