Home
last modified time | relevance | path

Searched refs:mIsCslSampling (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/mac/
Dsub_mac_csl_receiver.cpp50 mIsCslSampling = false; in CslInit()
96 if (mIsCslSampling && !RadioSupportsReceiveTiming()) in CslSample()
129 mIsCslSampling = false; in UpdateCsl()
180 if (mIsCslSampling) in HandleCslTimer()
182 mIsCslSampling = false; in HandleCslTimer()
203 mIsCslSampling = true; in HandleCslTimer()
273 mIsCslSampling ? "CslSample" : "CslSleep", in LogReceived()
Dsub_mac.hpp668 …bool mIsCslSampling : 1; // Indicates that the radio is receiving in CSL state for platform… member in ot::Mac::SubMac