Module stm32g0::stm32g030::crc[][src]

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>