#[repr(C)]
pub struct RegisterBlock { pub opamp1_cr: OPAMP1_CR, pub opamp2_cr: OPAMP2_CR, pub opamp3_cr: OPAMP3_CR, pub opamp4_cr: OPAMP4_CR, }
Expand description

Register block

Fields

opamp1_cr: OPAMP1_CR

0x00 - OPAMP1 control register

opamp2_cr: OPAMP2_CR

0x04 - OPAMP2 control register

opamp3_cr: OPAMP3_CR

0x08 - OPAMP3 control register

opamp4_cr: OPAMP4_CR

0x0c - 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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self
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.