Home
last modified time | relevance | path

Searched defs:SetCslPeriod (Results 1 – 2 of 2) sorted by relevance

/openthread-3.7.0/src/core/thread/
Dcsl_tx_scheduler.hpp92 void SetCslPeriod(uint16_t aPeriod) { mCslPeriod = aPeriod; } in SetCslPeriod() function in ot::CslTxScheduler::ChildInfo
/openthread-3.7.0/src/core/mac/
Dmac.cpp2330 void Mac::SetCslPeriod(uint16_t aPeriod) in SetCslPeriod() function in ot::Mac::Mac