[][src]Struct stm32l432_pac::opamp::RegisterBlock

#[repr(C)]
pub struct RegisterBlock { pub opamp1_csr: OPAMP1_CSR, pub opamp1_otr: OPAMP1_OTR, pub opamp1_lpotr: OPAMP1_LPOTR, pub opamp2_csr: OPAMP2_CSR, pub opamp2_otr: OPAMP2_OTR, pub opamp2_lpotr: OPAMP2_LPOTR, // some fields omitted }

Register block

Fields

opamp1_csr: OPAMP1_CSR

0x00 - OPAMP1 control/status register

opamp1_otr: OPAMP1_OTR

0x04 - OPAMP1 offset trimming register in normal mode

opamp1_lpotr: OPAMP1_LPOTR

0x08 - OPAMP1 offset trimming register in low-power mode

opamp2_csr: OPAMP2_CSR

0x10 - OPAMP2 control/status register

opamp2_otr: OPAMP2_OTR

0x14 - OPAMP2 offset trimming register in normal mode

opamp2_lpotr: OPAMP2_LPOTR

0x18 - OPAMP2 offset trimming register in low-power mode

Auto Trait Implementations

Blanket Implementations

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> From for T[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same for T

type Output = T

Should always be Self