ESP-IDF
OT_BACKBONE_ROUTER_STATE_DISABLED
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/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_BACKBONE_ROUTER_STATE_DISABLED
OT_BACKBONE_ROUTER_STATE_DISABLED value
Syntax
Show:
Summary
Declaration
from
backbone_router_ftd.h:58
OT_BACKBONE_ROUTER_STATE_DISABLED
=
0
;
Examples
References
from
examples
Code
Location
Scope
Referrer
OT_BACKBONE_ROUTER_STATE_DISABLED
=
0
,
///< Backbone function is disabled.
backbone_router_ftd.h:58
kStateDisabled
=
OT_BACKBONE_ROUTER_STATE_DISABLED
,
///< Backbone function is disabled.
bbr_local.hpp:85
if
(
otBackboneRouterGetState
(
GetInstancePtr
(
)
)
==
OT_BACKBONE_ROUTER_STATE_DISABLED
)
cli.cpp:5758
ot::Cli::Interpreter
ot::Cli::Interpreter::Process()
static_assert
(
0
==
OT_BACKBONE_ROUTER_STATE_DISABLED
,
"OT_BACKBONE_ROUTER_STATE_DISABLED value is incorrect"
)
;
cli_bbr.cpp:343
ot::Cli::Bbr
ot::Cli::Bbr::Process()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
OT_BACKBONE_ROUTER_STATE_DISABLED
is read by 2 functions:
All items filtered out
OT_BACKBONE_ROUTER_STATE_DISABLED
ot::Cli::Interpreter::Process()
ot::Cli::Bbr::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