Struct stm32l0x2::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 - polynomial

Trait Implementations

Auto Trait Implementations

impl Send for RegisterBlock

impl !Sync for RegisterBlock