Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dcsl_tx_scheduler.hpp98 uint64_t GetLastRxTimestamp(void) const { return mLastRxTimestamp; } in GetLastRxTimestamp()
99 … void SetLastRxTimestamp(uint64_t aLastRxTimestamp) { mLastRxTimestamp = aLastRxTimestamp; } in SetLastRxTimestamp()
154mLastRxTimestamp; ///< Radio clock time when last frame containing CSL IE was received, in microse… member in ot::CslTxScheduler::NeighborInfo