Prusa3d Marlin fork
Static Public Member Functions | List of all members
modules::crc::CRC8 Class Reference

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)
 

Member Function Documentation

◆ CCITT_update()

uint8_t modules::crc::CRC8::CCITT_update ( uint8_t  crc,
uint8_t  b 
)
static

The documentation for this class was generated from the following files: