Home
last modified time | relevance | path

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

/openthread-latest/examples/platforms/simulation/
Dradio.c638 uint16_t crc_offset = aLength - sizeof(uint16_t); in radioComputeCrc() local
640 for (uint16_t i = 0; i < crc_offset; i++) in radioComputeCrc()
645 aMessage->mPsdu[crc_offset] = crc & 0xff; in radioComputeCrc()
646 aMessage->mPsdu[crc_offset + 1] = crc >> 8; in radioComputeCrc()