Home
last modified time | relevance | path

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

/openthread-latest/src/core/radio/
Dradio.cpp145 …uint32_t txTimeUs = (aPsduLength + Mac::Frame::kPhyHeaderSize) * Radio::kSymbolsPerOctet * Radio::… in RecordTxDone()
146 …uint32_t rxAckTimeUs = (Mac::Frame::kImmAckLength + Mac::Frame::kPhyHeaderSize) * Radio::kPhyUsPer… in RecordTxDone()
175 ackTimeUs = (Mac::Frame::kImmAckLength + Mac::Frame::kPhyHeaderSize) * Radio::kPhyUsPerByte; in RecordRxDone()
/openthread-latest/src/core/mac/
Dmac_frame.hpp139 static constexpr uint8_t kPhyHeaderSize = kPreambleSize + kSfdSize + kPhrSize; member in ot::Mac::Frame