Struct stm32ral::stm32g4::peripherals::comp_v2::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock { pub COMP_C1CSR: RWRegister<u32>, pub COMP_C2CSR: RWRegister<u32>, pub COMP_C3CSR: RWRegister<u32>, pub COMP_C4CSR: RWRegister<u32>, pub COMP_C5CSR: RWRegister<u32>, pub COMP_C6CSR: RWRegister<u32>, pub COMP_C7CSR: RWRegister<u32>, }

Fields

COMP_C1CSR: RWRegister<u32>

Comparator control/status register

COMP_C2CSR: RWRegister<u32>

Comparator control/status register

COMP_C3CSR: RWRegister<u32>

Comparator control/status register

COMP_C4CSR: RWRegister<u32>

Comparator control/status register

COMP_C5CSR: RWRegister<u32>

Comparator control/status register

COMP_C6CSR: RWRegister<u32>

Comparator control/status register

COMP_C7CSR: RWRegister<u32>

Comparator control/status 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.