Module crc

Source
Expand description

Cyclic Redundancy Check (CRC) support

Structs§

Config
CRC unit configuration.
Crc
The hardware CRC unit.
Polynomial
A CRC polynomial.

Enums§

BitReversal
How to reverse the input bits.
PolynomialError
Errors generated when trying to create invalid polynomials.

Traits§

CrcExt