Struct stm32ral::stm32f3::peripherals::opamp_v2::RegisterBlock[][src]

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

Fields

OPAMP1_CSR: RWRegister<u32>

OPAMP1 control register

OPAMP2_CSR: RWRegister<u32>

OPAMP2 control register

OPAMP3_CSR: RWRegister<u32>

OPAMP3 control register

OPAMP4_CSR: RWRegister<u32>

OPAMP4 control 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.