Home
last modified time | relevance | path

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

/external/openthread/src/core/thread/
Dcsl_tx_scheduler.hpp100 uint64_t GetLastRxTimestamp(void) const { return mLastRxTimstamp; } in GetLastRxTimestamp()
101 … void SetLastRxTimestamp(uint64_t aLastRxTimestamp) { mLastRxTimstamp = aLastRxTimestamp; } in SetLastRxTimestamp()
111 …uint64_t mLastRxTimstamp; ///< Time when last frame containing CSL IE was received, in micro… member in ot::CslTxScheduler::ChildInfo