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

#[repr(C)]
pub struct RegisterBlock { pub COMP1_SR: RORegister<u32>, pub COMP1_ICFR: WORegister<u32>, pub COMP1_OR: RWRegister<u32>, pub COMP1_CFGR1: RWRegister<u32>, pub COMP1_CFGR2: RWRegister<u32>, }

Fields

COMP1_SR: RORegister<u32>

Comparator status register

COMP1_ICFR: WORegister<u32>

Comparator interrupt clear flag register

COMP1_OR: RWRegister<u32>

Comparator option register

COMP1_CFGR1: RWRegister<u32>

Comparator configuration register 1

COMP1_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.