Searched refs:rxFooter (Results 1 – 2 of 2) sorted by relevance
401 struct ChppTransportFooter rxFooter; // Rx packet footer (checksum) member
279 memcpy(((uint8_t *)&context->rxFooter) + context->rxStatus.locInState, buf, in chppConsumeFooter()684 if (context->rxFooter.checksum != crc) { in chppRxChecksumIsOk()687 context->rxFooter.checksum, crc, in chppRxChecksumIsOk()692 return (context->rxFooter.checksum == crc); in chppRxChecksumIsOk()