Struct stm32g4::stm32g474::opamp::RegisterBlock[][src]

#[repr(C)]pub struct RegisterBlock {
    pub opamp1_csr: OPAMP1_CSR,
    pub opamp2_csr: OPAMP2_CSR,
    pub opamp3_csr: OPAMP3_CSR,
    pub opamp4_csr: OPAMP4_CSR,
    pub opamp5_csr: OPAMP5_CSR,
    pub opamp6_csr: OPAMP6_CSR,
    pub opamp1_tcmr: OPAMP1_TCMR,
    pub opamp2_tcmr: OPAMP2_TCMR,
    pub opamp3_tcmr: OPAMP3_TCMR,
    pub opamp4_tcmr: OPAMP4_TCMR,
    pub opamp5_tcmr: OPAMP5_TCMR,
    pub opamp6_tcmr: OPAMP6_TCMR,
}

Register block

Fields

opamp1_csr: OPAMP1_CSR

0x00 - OPAMP1 control/status register

opamp2_csr: OPAMP2_CSR

0x04 - OPAMP2 control/status register

opamp3_csr: OPAMP3_CSR

0x08 - OPAMP3 control/status register

opamp4_csr: OPAMP4_CSR

0x0c - OPAMP4 control/status register

opamp5_csr: OPAMP5_CSR

0x10 - OPAMP5 control/status register

opamp6_csr: OPAMP6_CSR

0x14 - OPAMP6 control/status register

opamp1_tcmr: OPAMP1_TCMR

0x18 - OPAMP1 control/status register

opamp2_tcmr: OPAMP2_TCMR

0x1c - OPAMP2 control/status register

opamp3_tcmr: OPAMP3_TCMR

0x20 - OPAMP3 control/status register

opamp4_tcmr: OPAMP4_TCMR

0x24 - OPAMP4 control/status register

opamp5_tcmr: OPAMP5_TCMR

0x28 - OPAMP5 control/status register

opamp6_tcmr: OPAMP6_TCMR

0x2c - OPAMP6 control/status register

Auto Trait Implementations

Blanket Implementations

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

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

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

impl<T> From<T> for T[src]

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

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

The type returned in the event of a conversion error.