Prusa3d Marlin fork
|
Static Public Member Functions | |
static uint8_t | CCITT_update (uint8_t crc, uint8_t b) |
static constexpr uint8_t | CCITT_updateCX (uint8_t crc, uint8_t b) |
static constexpr uint8_t | CCITT_updateW (uint8_t crc, uint16_t w) |
Compute/update CRC8 CCIIT from 16bits (convenience wrapper) | |
|
static |
Compute/update CRC8 CCIIT from 8bits. Details: https://www.nongnu.org/avr-libc/user-manual/group__util__crc.html