ESP-IDF
ot::MlrManager::mSendDelay
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::MlrManager::mSendDelay
ot::MlrManager::mSendDelay field
Syntax
Show:
Summary
Declaration
from
mlr_manager.hpp:208
uint16_t
mSendDelay
;
Examples
References
from
examples
Code
Location
Scope
Referrer
uint16_t
mSendDelay
;
mlr_manager.hpp:208
,
mSendDelay
(
0
)
mlr_manager.cpp:47
ot::MlrManager
ot::MlrManager::MlrManager()
OT_ASSERT
(
!
mMlrPending
||
mSendDelay
==
0
)
;
mlr_manager.cpp:181
ot::MlrManager
ot::MlrManager::ScheduleSend()
mSendDelay
=
0
;
mlr_manager.cpp:187
ot::MlrManager
ot::MlrManager::ScheduleSend()
else
if
(
mSendDelay
==
0
||
mSendDelay
>
aDelay
)
mlr_manager.cpp:190
ot::MlrManager
ot::MlrManager::ScheduleSend()
mSendDelay
=
aDelay
;
mlr_manager.cpp:192
ot::MlrManager
ot::MlrManager::ScheduleSend()
if
(
mSendDelay
==
0
&&
mReregistrationDelay
==
0
)
mlr_manager.cpp:202
ot::MlrManager
ot::MlrManager::UpdateTimeTickerRegistration()
if
(
mSendDelay
>
0
&&
--
mSendDelay
==
0
)
mlr_manager.cpp:582
ot::MlrManager
ot::MlrManager::HandleTimeTick()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::MlrManager::mSendDelay
is written by 2 functions and is read by 3 functions:
ot::MlrManager::ScheduleSend()
ot::MlrManager::HandleTimeTick()
All items filtered out
ot::MlrManager::mSendDelay
ot::MlrManager::ScheduleSend()
ot::MlrManager::UpdateTimeTickerRegistration()
ot::MlrManager::HandleTimeTick()
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