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

#[repr(C)]
pub struct RegisterBlock { pub CRC_DR: RWRegister<u32>, pub CRC_IDR: RWRegister<u32>, pub CRC_CR: RWRegister<u32>, pub CRC_INIT: RWRegister<u32>, pub CRC_POL: RWRegister<u32>, // some fields omitted }

Fields

CRC_DR: RWRegister<u32>

CRC data register

CRC_IDR: RWRegister<u32>

CRC independent data register

CRC_CR: RWRegister<u32>

CRC control register

CRC_INIT: RWRegister<u32>

CRC initial value

CRC_POL: RWRegister<u32>

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.

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.