ESP-IDF
ot::EnergyScanServer::mChannelMaskCurrent
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::EnergyScanServer::mChannelMaskCurrent
ot::EnergyScanServer::mChannelMaskCurrent field
Syntax
Show:
Summary
Declaration
from
energy_scan_server.hpp:83
uint32_t
mChannelMaskCurrent
;
Examples
References
from
examples
Code
Location
Scope
Referrer
uint32_t
mChannelMaskCurrent
;
energy_scan_server.hpp:83
,
mChannelMaskCurrent
(
0
)
energy_scan_server.cpp:45
ot::EnergyScanServer
ot::EnergyScanServer::EnergyScanServer()
mChannelMaskCurrent
=
mChannelMask
;
energy_scan_server.cpp:82
ot::EnergyScanServer
ot::EnergyScanServer::HandleTmf()
uint32_t
channelMask
=
mChannelMaskCurrent
&
~
(
mChannelMaskCurrent
-
1
)
;
energy_scan_server.cpp:107
ot::EnergyScanServer
ot::EnergyScanServer::HandleTimer()
mChannelMaskCurrent
&=
mChannelMaskCurrent
-
1
;
energy_scan_server.cpp:152
ot::EnergyScanServer
ot::EnergyScanServer::HandleScanResult()
if
(
mChannelMaskCurrent
==
0
)
energy_scan_server.cpp:154
ot::EnergyScanServer
ot::EnergyScanServer::HandleScanResult()
mChannelMaskCurrent
=
mChannelMask
;
energy_scan_server.cpp:156
ot::EnergyScanServer
ot::EnergyScanServer::HandleScanResult()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::EnergyScanServer::mChannelMaskCurrent
is written by 2 functions and is read by 2 functions:
ot::EnergyScanServer::HandleTmf()
ot::EnergyScanServer::HandleScanResult()
All items filtered out
ot::EnergyScanServer::mChannelMaskCurrent
ot::EnergyScanServer::HandleTimer()
ot::EnergyScanServer::HandleScanResult()
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