Module crc

Source
Expand description

cyclic redundancy check calculation unit

Modules§

cr
Control register
dr
Data register
dr8
Data register - byte sized
dr16
Data register - half-word sized
idr
Independent data register
init
Initial CRC value
pol
CRC polynomial

Structs§

RegisterBlock
Register block

Type Aliases§

CR
CR (rw) register accessor: Control register
DR
DR (rw) register accessor: Data register
DR8
DR8 (rw) register accessor: Data register - byte sized
DR16
DR16 (rw) register accessor: Data register - half-word sized
IDR
IDR (rw) register accessor: Independent data register
INIT
INIT (rw) register accessor: Initial CRC value
POL
POL (rw) register accessor: CRC polynomial