Struct stm32ral::stm32wb::stm32wb55::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>

Data register

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.