Home
last modified time | relevance | path

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

/openthread-latest/src/core/mac/
Dmac.cpp2650 uint64_t rvTimestampUs; in HandleWakeupFrame() local
2664rvTimestampUs = aFrame.GetTimestamp() + kRadioHeaderPhrDuration + aFrame.GetLength() * kOctetDurat… in HandleWakeupFrame()
2666 if (rvTimestampUs > radioNowUs + kCslRequestAhead) in HandleWakeupFrame()
2668 attachDelayMs = static_cast<uint32_t>(rvTimestampUs - radioNowUs - kCslRequestAhead); in HandleWakeupFrame()