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

#[repr(C)]
pub struct RegisterBlock { pub SR: RORegister<u32>, pub ICFR: WORegister<u32>, pub OR: RWRegister<u32>, pub CFGR1: RWRegister<u32>, pub CFGR2: RWRegister<u32>, }

Fields

SR: RORegister<u32>

Comparator status register

ICFR: WORegister<u32>

Comparator interrupt clear flag register

OR: RWRegister<u32>

Comparator option register

CFGR1: RWRegister<u32>

Comparator configuration register 1

CFGR2: RWRegister<u32>

Comparator configuration register 2

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.