Module stm32g0xx_hal::stm32::crc

source ·
Expand description

Cyclic redundancy check calculation unit

Modules

Control register
Data register
Independent data register
Initial CRC value
polynomial

Structs

Register block

Type Definitions

CR register accessor: an alias for Reg<CR_SPEC>
DR register accessor: an alias for Reg<DR_SPEC>
IDR register accessor: an alias for Reg<IDR_SPEC>
INIT register accessor: an alias for Reg<INIT_SPEC>
POL register accessor: an alias for Reg<POL_SPEC>