ESP-IDF
otPowerSupply
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (4/5)...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
otPowerSupply
otPowerSupply enum
Syntax
Show:
Summary
Declaration
from
thread_ftd.h:196
enum
{
OT_POWER_SUPPLY_BATTERY
=
0
,
OT_POWER_SUPPLY_EXTERNAL
=
1
,
OT_POWER_SUPPLY_EXTERNAL_STABLE
=
2
,
OT_POWER_SUPPLY_EXTERNAL_UNSTABLE
=
3
,
}
;
Values
Value
Declared as
otPowerSupply::OT_POWER_SUPPLY_BATTERY
=
0
otPowerSupply::OT_POWER_SUPPLY_EXTERNAL
=
1
otPowerSupply::OT_POWER_SUPPLY_EXTERNAL_STABLE
=
2
otPowerSupply::OT_POWER_SUPPLY_EXTERNAL_UNSTABLE
=
3
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
enum
thread_ftd.h:196
}
otPowerSupply
;
thread_ftd.h:202
DefineMapEnum
(
otCacheEntryState
,
AddressResolver
::
EntryInfo
::
State
)
;
address_resolver.hpp:402
DefineMapEnum
(
otBackboneRouterState
,
BackboneRouter
::
Local
::
State
)
;
bbr_local.hpp:302
DefineMapEnum
(
otCoapType
,
Coap
::
Type
)
;
coap_message.hpp:1177
DefineMapEnum
(
otCoapCode
,
Coap
::
Code
)
;
coap_message.hpp:1178
DefineMapEnum
(
otDnssdQueryType
,
Dns
::
ServiceDiscovery
::
Server
::
DnsQueryType
)
;
dnssd_server.hpp:600
DefineMapEnum
(
otMessageOrigin
,
Message
::
Origin
)
;
message.hpp:1906
DefineMapEnum
(
otDeviceRole
,
Mle
::
DeviceRole
)
;
mle_types.hpp:700
DefineMapEnum
(
otPowerSupply
,
Mle
::
DeviceProperties
::
PowerSupply
)
;
mle_types.hpp:703
DefineMapEnum
(
otBackboneRouterMulticastListenerEvent
,
BackboneRouter
::
MulticastListenersTable
::
Listener
::
Event
)
;
multicast_listeners_table.hpp:224
DefineMapEnum
(
otNat64State
,
Nat64
::
State
)
;
nat64_translator.hpp:380
DefineMapEnum
(
otBackboneRouterNdProxyEvent
,
BackboneRouter
::
NdProxyTable
::
NdProxy
::
Event
)
;
ndproxy_table.hpp:302
DefineMapEnum
(
otBorderRoutingState
,
BorderRouter
::
RoutingManager
::
State
)
;
routing_manager.hpp:1638
DefineMapEnum
(
otSrpClientItemState
,
Srp
::
Client
::
ItemState
)
;
srp_client.hpp:1118
DefineMapEnum
(
otSrpServerState
,
Srp
::
Server
::
State
)
;
srp_server.hpp:1023
DefineMapEnum
(
otSrpServerAddressMode
,
Srp
::
Server
::
AddressMode
)
;
srp_server.hpp:1024
DefineMapEnum
(
otNetifIdentifier
,
Ip6
::
NetifIdentifier
)
;
udp6.hpp:671
props
.
mPowerSupply
=
static_cast
<
otPowerSupply
>
(
index
)
;
cli.cpp:3678
ot::Cli::Interpreter::Process()
DefineMapEnum
(
otPowerSupply
,
Mle
::
DeviceProperties
::
PowerSupply
)
;
mle_types.hpp:703
ot::MappedEnum::Type
}
otPowerSupply
;
thread_ftd.h:202
otPowerSupply
otPowerSupply
mPowerSupply
;
///< Power supply config.
thread_ftd.h:218
otDeviceProperties
otDeviceProperties::mPowerSupply
Call Tree
from
examples
All items filtered out
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
Instance
Scope
Location
Project
otDeviceProperties::mPowerSupply
otDeviceProperties
thread_ftd.h:218
ot::MappedEnum::Type
mle_types.hpp:703
Lifecycle
from
examples
All items filtered out
All items filtered out