Home
last modified time | relevance | path

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

/external/openthread/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
/external/openthread/src/core/mac/
Dsub_mac.cpp99 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()
Dmac.hpp586 uint8_t GetCslChannel(void) const { return mCslChannel; } in GetCslChannel()
833 uint8_t mCslChannel; member in ot::Mac::Mac
Dsub_mac.hpp662 uint8_t mCslChannel : 7; // The CSL sample channel. member in ot::Mac::SubMac
Dmac.cpp96 , mCslChannel(0) in Mac()
2292 mCslChannel = aChannel; in SetCslChannel()