Searched refs:mCslChannel (Results 1 – 10 of 10) sorted by relevance
48 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()
574 uint8_t GetCslChannel(void) const { return mCslChannel; } in GetCslChannel()921 uint8_t mCslChannel; member in ot::Mac::Mac
667 uint8_t mCslChannel : 7; // The CSL sample channel. member in ot::Mac::SubMac
86 , mCslChannel(0) in Mac()1180 if ((aChannel == mPanChannel) || (IsCslEnabled() && (aChannel == mCslChannel))) in RecordCcaStatus()2457 mCslChannel = aChannel; in SetCslChannel()
83 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
790 uint8_t GetCslChannel(void) const { return mCslChannel; } in GetCslChannel()809 uint8_t mCslChannel; // CSL channel. member in ot::NetworkDiagnostic::ChildTlv
73 mCslChannel = aChild.GetCslChannel(); in InitFrom()
248 uint8_t mCslChannel; ///< CSL channel. member
463 aChildEntry->mCslChannel); in HandleMeshDiagQueryChildTableResult()
608 mCslChannel = aChildTlv.GetCslChannel(); in SetFrom()