Home
last modified time | relevance | path

Searched refs:SetCslPhase (Results 1 – 3 of 3) sorted by relevance

/openthread-3.7.0/src/core/thread/
Dcsl_tx_scheduler.hpp95 void SetCslPhase(uint16_t aPhase) { mCslPhase = aPhase; } in SetCslPhase() function in ot::CslTxScheduler::ChildInfo
Dcsl_tx_scheduler.cpp108 child.SetCslPhase(0); in Clear()
/openthread-3.7.0/src/core/mac/
Dmac.cpp2375 child->SetCslPhase(csl->GetPhase()); in ProcessCsl()