Home
last modified time | relevance | path

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

/openthread-latest/src/core/mac/
Dsub_mac_csl_receiver.cpp48 mCslChannel = 0; in CslInit()
98 IgnoreError(Get<Radio>().Receive(mCslChannel)); in CslSample()
113 bool diffChannel = aChannel != mCslChannel; in UpdateCsl()
118 mCslChannel = aChannel; in UpdateCsl()
216 IgnoreError(Get<Radio>().ReceiveAt(mCslChannel, winStart, winDuration)); in HandleCslTimer()
220 IgnoreError(Get<Radio>().Receive(mCslChannel)); in HandleCslTimer()
Dmac.hpp574 uint8_t GetCslChannel(void) const { return mCslChannel; } in GetCslChannel()
921 uint8_t mCslChannel; member in ot::Mac::Mac
Dsub_mac.hpp667 uint8_t mCslChannel : 7; // The CSL sample channel. member in ot::Mac::SubMac
Dmac.cpp86 , mCslChannel(0) in Mac()
1180 if ((aChannel == mPanChannel) || (IsCslEnabled() && (aChannel == mCslChannel))) in RecordCcaStatus()
2457 mCslChannel = aChannel; in SetCslChannel()
/openthread-latest/src/core/thread/
Dcsl_tx_scheduler.hpp83 uint8_t GetCslChannel(void) const { return mCslChannel; } in GetCslChannel()
84 void SetCslChannel(uint8_t aChannel) { mCslChannel = aChannel; } in SetCslChannel()
104 uint8_t mCslChannel; ///< The channel the device will listen on. member in ot::CslTxScheduler::NeighborInfo
Dnetwork_diagnostic_tlvs.hpp790 uint8_t GetCslChannel(void) const { return mCslChannel; } in GetCslChannel()
809 uint8_t mCslChannel; // CSL channel. member in ot::NetworkDiagnostic::ChildTlv
Dnetwork_diagnostic_tlvs.cpp73 mCslChannel = aChild.GetCslChannel(); in InitFrom()
/openthread-latest/include/openthread/
Dmesh_diag.h248 uint8_t mCslChannel; ///< CSL channel. member
/openthread-latest/src/cli/
Dcli_mesh_diag.cpp463 aChildEntry->mCslChannel); in HandleMeshDiagQueryChildTableResult()
/openthread-latest/src/core/utils/
Dmesh_diag.cpp608 mCslChannel = aChildTlv.GetCslChannel(); in SetFrom()