ESP-IDF
ot::MlrManager::mMlrPending
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
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
ot::MlrManager::mMlrPending
ot::MlrManager::mMlrPending field
Syntax
Show:
Summary
Declaration
from
mlr_manager.hpp:210
bool
mMlrPending
:
1
;
Examples
References
from
examples
Code
Location
Scope
Referrer
bool
mMlrPending
:
1
;
mlr_manager.hpp:210
,
mMlrPending
(
false
)
mlr_manager.cpp:48
ot::MlrManager
ot::MlrManager::MlrManager()
OT_ASSERT
(
!
mMlrPending
||
mSendDelay
==
0
)
;
mlr_manager.cpp:181
ot::MlrManager
ot::MlrManager::ScheduleSend()
VerifyOrExit
(
!
mMlrPending
)
;
mlr_manager.cpp:183
ot::MlrManager
ot::MlrManager::ScheduleSend()
VerifyOrExit
(
!
mMlrPending
,
error
=
kErrorBusy
)
;
mlr_manager.cpp:218
ot::MlrManager
ot::MlrManager::SendMlr()
mMlrPending
=
true
;
mlr_manager.cpp:280
ot::MlrManager
ot::MlrManager::SendMlr()
OT_ASSERT
(
mMlrPending
)
;
mlr_manager.cpp:540
ot::MlrManager
ot::MlrManager::FinishMlr()
mMlrPending
=
false
;
mlr_manager.cpp:542
ot::MlrManager
ot::MlrManager::FinishMlr()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::MlrManager::mMlrPending
is written by 2 functions and is read by 3 functions:
ot::MlrManager::SendMlr()
ot::MlrManager::FinishMlr()
All items filtered out
ot::MlrManager::mMlrPending
ot::MlrManager::ScheduleSend()
ot::MlrManager::SendMlr()
ot::MlrManager::FinishMlr()
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