ESP-IDF
ot::Radio::GetPreferredChannelMask()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::Radio::GetPreferredChannelMask()
ot::Radio::GetPreferredChannelMask() method
Gets the radio preferred channel mask that the device prefers to form on.
Syntax
Show:
Summary
Declaration
Definition
from
radio.hpp:681
uint32_t
GetPreferredChannelMask
(
void
)
;
Implemented in
radio.hpp:829
Return value
The radio preferred channel mask.
Examples
References
from
examples
Code
Location
inline
uint32_t
Radio
::
GetPreferredChannelMask
(
void
)
{
return
otPlatRadioGetPreferredChannelMask
(
GetInstancePtr
(
)
)
;
}
radio.hpp:829
uint32_t
GetPreferredChannelMask
(
void
)
;
radio.hpp:681
Call Tree
from
examples
ot::Radio::GetPreferredChannelMask()
calls 2 functions:
All items filtered out
ot::Radio::GetPreferredChannelMask()
otPlatRadioGetPreferredChannelMask()
ot::Radio::GetInstancePtr() const
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out