Module stm32_hal2::crc[][src]

Expand description

Cyclic Redundancy Check (CRC) support

Structs

CRC unit configuration.

The hardware CRC unit.

A CRC polynomial.

Enums

How to reverse the input bits.

Errors generated when trying to create invalid polynomials.

Traits