[][src]Struct stm32l4x6::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

0x00 - OPAMP1 control/status register

0x04 - OPAMP1 offset trimming register in normal mode

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

0x10 - OPAMP2 control/status register

0x14 - OPAMP2 offset trimming register in normal mode

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

Auto Trait Implementations

impl Send for RegisterBlock

impl !Sync for RegisterBlock

Blanket Implementations

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

🔬 This is a nightly-only experimental API. (try_from)

Performs the conversion.

impl<T> From for T
[src]

Performs the conversion.

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

🔬 This is a nightly-only experimental API. (try_from)

Performs the conversion.

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

Performs the conversion.

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

Immutably borrows from an owned value. Read more

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

Mutably borrows from an owned value. Read more

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

🔬 This is a nightly-only experimental API. (get_type_id)

this method will likely be replaced by an associated static

Gets the TypeId of self. Read more