Searched refs:crc_lo (Results 1 – 1 of 1) sorted by relevance
51 uint8_t crc_lo = 0xFF; in mb_crc16() local55 index = crc_lo ^ *(frame++); in mb_crc16()56 crc_lo = crc_hi ^ auch_crc_hi[index]; in mb_crc16()59 return (crc_hi << 8 | crc_lo); in mb_crc16()
Completed in 31 milliseconds