ESP-IDF
ot::Mac::ChannelMask::kChannelIteratorFirst
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::Mac::ChannelMask::kChannelIteratorFirst
ot::Mac::ChannelMask::kChannelIteratorFirst variable
This constant specifies the value to pass in `GetNextChannel()` to get the first channel in the mask.
Syntax
Show:
Summary
Declaration
from
channel_mask.hpp:69
static
constexpr
uint8_t
kChannelIteratorFirst
=
0xff
;
Examples
References
from
examples
Code
Location
Scope
Referrer
static
constexpr
uint8_t
kChannelIteratorFirst
=
0xff
;
channel_mask.hpp:69
static
constexpr
uint8_t
kChannelIteratorFirst
=
Mac
::
ChannelMask
::
kChannelIteratorFirst
;
announce_sender.hpp:60
uint8_t
channel
=
kChannelIteratorFirst
;
channel_mask.cpp:45
ot::Mac::ChannelMask
ot::Mac::ChannelMask::GetNumberOfChannels() const
if
(
aChannel
==
kChannelIteratorFirst
)
channel_mask.cpp:59
ot::Mac::ChannelMask
ot::Mac::ChannelMask::GetNextChannel() const
uint8_t
channel
=
kChannelIteratorFirst
;
channel_mask.cpp:78
ot::Mac::ChannelMask
ot::Mac::ChannelMask::ChooseRandomChannel() const
uint8_t
channel
=
kChannelIteratorFirst
;
channel_mask.cpp:99
ot::Mac::ChannelMask
ot::Mac::ChannelMask::ToString() const
mScanChannel
=
Mac
::
ChannelMask
::
kChannelIteratorFirst
;
discover_scanner.cpp:145
ot::Mle::DiscoverScanner
ot::Mle::DiscoverScanner::Discover()
mScanChannel
=
ChannelMask
::
kChannelIteratorFirst
;
mac.cpp:179
ot::Mac::Mac
ot::Mac::Mac::Scan()
mAnnounceChannel
=
Mac
::
ChannelMask
::
kChannelIteratorFirst
;
mle.cpp:1460
ot::Mle::Mle
ot::Mle::Mle::HandleAttachTimer()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Mac::ChannelMask::kChannelIteratorFirst
is read by 7 functions:
All items filtered out
ot::Mac::ChannelMask::kChannelIteratorFirst
ot::Mac::ChannelMask::GetNumberOfChannels() const
ot::Mac::ChannelMask::GetNextChannel() const
ot::Mac::ChannelMask::ChooseRandomChannel() const
ot::Mac::ChannelMask::ToString() const
ot::Mac::Mac::Scan()
ot::Mle::DiscoverScanner::Discover()
ot::Mle::Mle::HandleAttachTimer()
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