Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dcsl_tx_scheduler.hpp99 … void SetLastRxTimestamp(uint64_t aLastRxTimestamp) { mLastRxTimestamp = aLastRxTimestamp; } in SetLastRxTimestamp() function in ot::CslTxScheduler::NeighborInfo
/openthread-latest/src/core/mac/
Dmac.cpp2521 neighbor->SetLastRxTimestamp(aFrame.GetTimestamp()); in ProcessCsl()