ESP-IDF
OT_POWER_SUPPLY_EXTERNAL
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_POWER_SUPPLY_EXTERNAL
OT_POWER_SUPPLY_EXTERNAL value
Syntax
Show:
Summary
Declaration
from
thread_ftd.h:199
OT_POWER_SUPPLY_EXTERNAL
=
1
;
Examples
References
from
examples
Code
Location
Scope
Referrer
OT_POWER_SUPPLY_EXTERNAL
=
1
,
///< Externally powered (mains-powered).
thread_ftd.h:199
static_assert
(
1
==
OT_POWER_SUPPLY_EXTERNAL
,
"OT_POWER_SUPPLY_EXTERNAL value is incorrect"
)
;
cli.cpp:3615
ot::Cli::Interpreter
ot::Cli::Interpreter::Process()
mPowerSupply
=
OPENTHREAD_CONFIG_DEVICE_POWER_SUPPLY
;
mle_types.cpp:82
ot::Mle::DeviceProperties
ot::Mle::DeviceProperties::DeviceProperties()
kPowerSupplyExternal
=
OT_POWER_SUPPLY_EXTERNAL
,
///< External powered.
mle_types.hpp:314
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
OT_POWER_SUPPLY_EXTERNAL
is read by 2 functions:
All items filtered out
OT_POWER_SUPPLY_EXTERNAL
ot::Mle::DeviceProperties::DeviceProperties()
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