Searched refs:mCslChannel (Results 1 – 10 of 10) sorted by relevance
85 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
73 mCslChannel = aChild.GetCslChannel(); in InitFrom()
861 uint8_t GetCslChannel(void) const { return mCslChannel; } in GetCslChannel()880 uint8_t mCslChannel; // CSL channel. member in ot::NetworkDiagnostic::ChildTlv
100 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()
600 uint8_t GetCslChannel(void) const { return mCslChannel; } in GetCslChannel()879 uint8_t mCslChannel; member in ot::Mac::Mac
668 uint8_t mCslChannel : 7; // The CSL sample channel. member in ot::Mac::SubMac
98 , mCslChannel(0) in Mac()2316 mCslChannel = aChannel; in SetCslChannel()
264 uint8_t mCslChannel; ///< CSL channel. member
619 mCslChannel = aChildTlv.GetCslChannel(); in SetFrom()
5279 aChildEntry->mCslChannel); in HandleMeshDiagQueryChildTableResult()