Searched refs:mCslChannel (Results 1 – 5 of 5) 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
99 mCslChannel = 0; in Init()271 IgnoreError(Get<Radio>().Receive(mCslChannel)); in CslSample()1054 bool diffChannel = aChannel != mCslChannel; in UpdateCsl()1059 mCslChannel = aChannel; in UpdateCsl()1130 … IgnoreError(Get<Radio>().ReceiveAt(mCslChannel, mCslSampleTime.GetValue() - periodUs - timeAhead, in HandleCslTimer()1135 IgnoreError(Get<Radio>().Receive(mCslChannel)); in HandleCslTimer()
586 uint8_t GetCslChannel(void) const { return mCslChannel; } in GetCslChannel()833 uint8_t mCslChannel; member in ot::Mac::Mac
662 uint8_t mCslChannel : 7; // The CSL sample channel. member in ot::Mac::SubMac
96 , mCslChannel(0) in Mac()2292 mCslChannel = aChannel; in SetCslChannel()