Struct stm32ral::stm32l4::peripherals::crc::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock { pub DR: RWRegister<u32>, pub IDR: RWRegister<u32>, pub CR: RWRegister<u32>, pub INIT: RWRegister<u32>, pub POL: RWRegister<u32>, // some fields omitted }

Fields

DR: RWRegister<u32>

DR and DR16 DR: DR and DR8 DR: Data register DR8: Data register - byte sized DR16: Data register - half-word sized

IDR: RWRegister<u32>

Independent data register

CR: RWRegister<u32>

Control register

INIT: RWRegister<u32>

Initial CRC value

POL: RWRegister<u32>

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.

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.