Home
last modified time | relevance | path

Searched refs:GetCslPeriod (Results 1 – 8 of 8) sorted by relevance

/openthread-latest/src/core/thread/
Dcsl_tx_scheduler.hpp89 uint16_t GetCslPeriod(void) const { return mCslPeriod; } in GetCslPeriod() function in ot::CslTxScheduler::NeighborInfo
Dnetwork_diagnostic_tlvs.cpp71 mCslPeriod = BigEndian::HostSwap16(aChild.GetCslPeriod()); in InitFrom()
Dcsl_tx_scheduler.cpp139 uint32_t periodInUs = aCslNeighbor.GetCslPeriod() * kUsPerTenSymbols; in GetNextCslTransmissionDelay()
Dnetwork_diagnostic_tlvs.hpp776 uint16_t GetCslPeriod(void) const { return BigEndian::HostSwap16(mCslPeriod); } in GetCslPeriod() function in ot::NetworkDiagnostic::ChildTlv
/openthread-latest/src/core/mac/
Dmac.hpp593 uint16_t GetCslPeriod(void) const { return mCslPeriod; } in GetCslPeriod() function in ot::Mac::Mac
Dmac.cpp2435 uint16_t period = IsCslEnabled() ? GetCslPeriod() : 0; in UpdateCsl()
2477 return DivideAndRoundToClosest<uint32_t>(CslPeriodToUsec(GetCslPeriod()), 1000u); in GetCslPeriodInMsec()
2487 bool Mac::IsCslCapable(void) const { return (GetCslPeriod() > 0) && IsCslSupported(); } in IsCslCapable()
2615 if (aEnable && GetCslPeriod() > 0) in SetWakeupListenEnabled()
/openthread-latest/src/core/api/
Dlink_api.cpp442 return Mac::Mac::CslPeriodToUsec(AsCoreType(aInstance).Get<Mac::Mac>().GetCslPeriod()); in otLinkGetCslPeriod()
/openthread-latest/src/core/utils/
Dmesh_diag.cpp606 mCslPeriod = aChildTlv.GetCslPeriod(); in SetFrom()