Home
last modified time | relevance | path

Searched defs:GetPreferredChannelMask (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/posix/platform/
Dconfiguration.hpp104 uint32_t GetPreferredChannelMask(void) const { return mPreferredChannelMask; } in GetPreferredChannelMask() function in ot::Posix::Configuration
/openthread-latest/src/core/radio/
Dradio.hpp871 inline uint32_t Radio::GetPreferredChannelMask(void) { return otPlatRadioGetPreferredChannelMask(Ge… in GetPreferredChannelMask() function in ot::Radio