Struct stm32f7xx_hal::pac::crc::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock { pub dr: Reg<u32, _DR>, pub idr: Reg<u32, _IDR>, pub cr: Reg<u32, _CR>, pub init: Reg<u32, _INIT>, pub pol: Reg<u32, _POL>, // some fields omitted }
Expand description

Register block

Fields

dr: Reg<u32, _DR>

0x00 - Data register

idr: Reg<u32, _IDR>

0x04 - Independent Data register

cr: Reg<u32, _CR>

0x08 - Control register

init: Reg<u32, _INIT>

0x10 - Initial CRC value

pol: Reg<u32, _POL>

0x14 - CRC polynomial

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.