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

#[repr(C)]
pub struct RegisterBlock { pub OPAMP1_CSR: RWRegister<u32>, pub OPAMP2_CSR: RWRegister<u32>, pub OPAMP3_CSR: RWRegister<u32>, pub OPAMP6_CSR: RWRegister<u32>, pub OPAMP1_TCMR: RWRegister<u32>, pub OPAMP2_TCMR: RWRegister<u32>, pub OPAMP3_TCMR: RWRegister<u32>, pub OPAMP6_TCMR: RWRegister<u32>, // some fields omitted }

Fields

OPAMP1_CSR: RWRegister<u32>

OPAMP1 control/status register

OPAMP2_CSR: RWRegister<u32>

OPAMP2 control/status register

OPAMP3_CSR: RWRegister<u32>

OPAMP3 control/status register

OPAMP6_CSR: RWRegister<u32>

OPAMP6 control/status register

OPAMP1_TCMR: RWRegister<u32>

OPAMP1 control/status register

OPAMP2_TCMR: RWRegister<u32>

OPAMP2 control/status register

OPAMP3_TCMR: RWRegister<u32>

OPAMP3 control/status register

OPAMP6_TCMR: RWRegister<u32>

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