ESP-IDF
otDeviceProperties::mPowerSupply
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
otDeviceProperties::mPowerSupply
otDeviceProperties::mPowerSupply field
Syntax
Show:
Summary
Declaration
from
thread_ftd.h:218
otPowerSupply
mPowerSupply
;
Examples
References
from
examples
Code
Location
Scope
Referrer
otPowerSupply
mPowerSupply
;
///< Power supply config.
thread_ftd.h:218
OutputLine
(
"PowerSupply : %s"
,
Stringify
(
props
->
mPowerSupply
,
kPowerSupplyStrings
)
)
;
cli.cpp:3639
ot::Cli::Interpreter
ot::Cli::Interpreter::Process()
props
.
mPowerSupply
=
static_cast
<
otPowerSupply
>
(
index
)
;
cli.cpp:3678
ot::Cli::Interpreter
ot::Cli::Interpreter::Process()
mPowerSupply
=
OPENTHREAD_CONFIG_DEVICE_POWER_SUPPLY
;
mle_types.cpp:82
ot::Mle::DeviceProperties
ot::Mle::DeviceProperties::DeviceProperties()
PowerSupply
powerSupply
=
MapEnum
(
mPowerSupply
)
;
mle_types.cpp:113
ot::Mle::DeviceProperties
ot::Mle::DeviceProperties::CalculateLeaderWeight() const
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
otDeviceProperties::mPowerSupply
is written by 2 functions and is read by 2 functions:
ot::Mle::DeviceProperties::DeviceProperties()
ot::Cli::Interpreter::Process()
All items filtered out
otDeviceProperties::mPowerSupply
ot::Mle::DeviceProperties::CalculateLeaderWeight() const
ot::Cli::Interpreter::Process()
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