Struct stm32ral::stm32h7::peripherals::can_ccu::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock { pub CREL: RWRegister<u32>, pub CCFG: RWRegister<u32>, pub CSTAT: RWRegister<u32>, pub CWD: RWRegister<u32>, pub IR: RWRegister<u32>, pub IE: RWRegister<u32>, }

Fields

CREL: RWRegister<u32>

Clock Calibration Unit Core Release Register

CCFG: RWRegister<u32>

Calibration Configuration Register

CSTAT: RWRegister<u32>

Calibration Status Register

CWD: RWRegister<u32>

Calibration Watchdog Register

IR: RWRegister<u32>

Clock Calibration Unit Interrupt Register

IE: RWRegister<u32>

Clock Calibration Unit Interrupt Enable Register

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.