Home
last modified time | relevance | path

Searched refs:mCslChannel (Results 1 – 10 of 10) sorted by relevance

/openthread-3.6.0/src/core/thread/
Dcsl_tx_scheduler.hpp85 uint8_t GetCslChannel(void) const { return mCslChannel; } in GetCslChannel()
86 void SetCslChannel(uint8_t aChannel) { mCslChannel = aChannel; } in SetCslChannel()
106 uint8_t mCslChannel; ///< The channel the device will listen on. member in ot::CslTxScheduler::ChildInfo
Dnetwork_diagnostic_tlvs.cpp73 mCslChannel = aChild.GetCslChannel(); in InitFrom()
Dnetwork_diagnostic_tlvs.hpp861 uint8_t GetCslChannel(void) const { return mCslChannel; } in GetCslChannel()
880 uint8_t mCslChannel; // CSL channel. member in ot::NetworkDiagnostic::ChildTlv
/openthread-3.6.0/src/core/mac/
Dsub_mac.cpp100 mCslChannel = 0; in Init()
289 IgnoreError(Get<Radio>().Receive(mCslChannel)); in CslSample()
1150 bool diffChannel = aChannel != mCslChannel; in UpdateCsl()
1155 mCslChannel = aChannel; in UpdateCsl()
1254 IgnoreError(Get<Radio>().ReceiveAt(mCslChannel, winStart, winDuration)); in HandleCslTimer()
1258 IgnoreError(Get<Radio>().Receive(mCslChannel)); in HandleCslTimer()
Dmac.hpp600 uint8_t GetCslChannel(void) const { return mCslChannel; } in GetCslChannel()
879 uint8_t mCslChannel; member in ot::Mac::Mac
Dsub_mac.hpp668 uint8_t mCslChannel : 7; // The CSL sample channel. member in ot::Mac::SubMac
Dmac.cpp98 , mCslChannel(0) in Mac()
2316 mCslChannel = aChannel; in SetCslChannel()
/openthread-3.6.0/include/openthread/
Dmesh_diag.h264 uint8_t mCslChannel; ///< CSL channel. member
/openthread-3.6.0/src/core/utils/
Dmesh_diag.cpp619 mCslChannel = aChildTlv.GetCslChannel(); in SetFrom()
/openthread-3.6.0/src/cli/
Dcli.cpp5279 aChildEntry->mCslChannel); in HandleMeshDiagQueryChildTableResult()