Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dcsl_tx_scheduler.hpp93 void SetCslPhase(uint16_t aPhase) { mCslPhase = aPhase; } in SetCslPhase() function in ot::CslTxScheduler::NeighborInfo
Dcsl_tx_scheduler.cpp85 child.SetCslPhase(0); in Clear()
/openthread-latest/src/core/mac/
Dmac.cpp2518 neighbor->SetCslPhase(csl->GetPhase()); in ProcessCsl()