embassy-mcxa

Crates

git

Versions

mcx-a256

Flavors

Module crc

Module crc 

Source
Expand description

Cyclic Redundancy Check (CRC)

Structs§

Config
CRC configuration.
Crc
CRC driver.
Crc16
16-bit CRC.
Crc32
32-bit CRC.

Enums§

Algorithm16
Supported standard CRC16 algorithms.
Algorithm32
Supported standard CRC32 algorithms.
Complement
1’s complement output.
Reflect
Reflect bit order.

Traits§

Mode
Mode of operation: 32 or 16-bit CRC.
Word
Word size for the CRC.