ESP-IDF
ot::CslTxScheduler::RescheduleCslTx()
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::CslTxScheduler::RescheduleCslTx()
ot::CslTxScheduler::RescheduleCslTx() method
Always finds the most recent CSL tx among all children, and requests `Mac` to do CSL tx at specific time. It shouldn't be called when `Mac` is already starting to do the CSL tx (indicated by `mCslTxMessage`).
Syntax
Show:
Summary
Declaration
Definition
from
csl_tx_scheduler.hpp:235
void
RescheduleCslTx
(
void
)
;
Implemented in
csl_tx_scheduler.cpp:123
Examples
References
from
examples
Code
Location
Scope
Referrer
void
CslTxScheduler
::
RescheduleCslTx
(
void
)
csl_tx_scheduler.cpp:123
void
RescheduleCslTx
(
void
)
;
csl_tx_scheduler.hpp:235
RescheduleCslTx
(
)
;
csl_tx_scheduler.cpp:88
ot::CslTxScheduler
ot::CslTxScheduler::Update()
RescheduleCslTx
(
)
;
csl_tx_scheduler.cpp:272
ot::CslTxScheduler
ot::CslTxScheduler::HandleSentFrame()
Call Tree
from
examples
ot::CslTxScheduler::RescheduleCslTx()
is called by 2 functions:
ot::CslTxScheduler::Update()
ot::CslTxScheduler::HandleSentFrame()
All items filtered out
ot::CslTxScheduler::RescheduleCslTx()
All items filtered out
Data Use
from
examples
ot::CslTxScheduler::RescheduleCslTx()
reads 1 variable and writes 1 variable:
ot::Time::kMaxDuration
All items filtered out
ot::CslTxScheduler::RescheduleCslTx()
ot::CslTxScheduler::mCslTxChild
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