Home
last modified time | relevance | path

Searched defs:GetCslPeriod (Results 1 – 3 of 3) 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.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