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

#[repr(C)]
pub struct RegisterBlock { pub OPAMP1_CSR: RWRegister<u32>, pub OPAMP1_OTR: RWRegister<u32>, pub OPAMP1_HSOTR: RWRegister<u32>, pub OPAMP2_CSR: RWRegister<u32>, pub OPAMP2_OTR: RWRegister<u32>, pub OPAMP2_HSOTR: RWRegister<u32>, // some fields omitted }

Fields

OPAMP1_CSR: RWRegister<u32>

OPAMP1 control/status register

OPAMP1_OTR: RWRegister<u32>

OPAMP1 offset trimming register in normal mode

OPAMP1_HSOTR: RWRegister<u32>

OPAMP1 offset trimming register in low-power mode

OPAMP2_CSR: RWRegister<u32>

OPAMP2 control/status register

OPAMP2_OTR: RWRegister<u32>

OPAMP2 offset trimming register in normal mode

OPAMP2_HSOTR: RWRegister<u32>

OPAMP2 offset trimming register in low-power mode

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.