WS_DLL_PUBLIC uint8_t crc5_usb_19bit_input(uint32_t input)
Compute the 5-bit CRC value for a USB token using the CRC-5 polynomial.
Definition crc5.c:51
WS_DLL_PUBLIC uint8_t crc5_usb_11bit_input(uint16_t input)
Compute the 5-bit CRC value for a USB token using the CRC-5 polynomial.
Definition crc5.c:46