Struct stm32f30x::crc::RegisterBlock [] [src]

#[repr(C)]
pub struct RegisterBlock { pub dr: Dr, pub idr: Idr, pub cr: Cr, pub init: Init, pub pol: Pol, // some fields omitted }

Register block

Fields

0x00 - Data register

0x04 - Independent data register

0x08 - Control register

0x10 - Initial CRC value

0x14 - CRC polynomial