ESP-IDF
ot::Radio::GetSupportedChannelMask()
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::GetSupportedChannelMask()
ot::Radio::GetSupportedChannelMask() method
Gets the radio supported channel mask that the device is allowed to be on.
Syntax
Show:
Summary
Declaration
Definition
from
radio.hpp:674
uint32_t
GetSupportedChannelMask
(
void
)
;
Implemented in
radio.hpp:827
Return value
The radio supported channel mask.
Examples
References
from
examples
Code
Location
inline
uint32_t
Radio
::
GetSupportedChannelMask
(
void
)
{
return
otPlatRadioGetSupportedChannelMask
(
GetInstancePtr
(
)
)
;
}
radio.hpp:827
uint32_t
GetSupportedChannelMask
(
void
)
;
radio.hpp:674
Call Tree
from
examples
ot::Radio::GetSupportedChannelMask()
calls 2 functions:
All items filtered out
ot::Radio::GetSupportedChannelMask()
otPlatRadioGetSupportedChannelMask()
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