Struct stm32f7x6::crc::RegisterBlock [] [src]

#[repr(C)]
pub struct RegisterBlock { pub dr: DR, pub idr: IDR, pub cr: CR, pub init: INIT, pub pol: POL, }

Register block

Fields

0x00 - Data register

0x04 - Independent Data register

0x08 - Control register

0x0c - Initial CRC value

0x10 - CRC polynomial

Trait Implementations

Auto Trait Implementations

impl Send for RegisterBlock

impl !Sync for RegisterBlock