#[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§
impl !Freeze for RegisterBlock
impl !RefUnwindSafe for RegisterBlock
impl Send for RegisterBlock
impl !Sync for RegisterBlock
impl Unpin for RegisterBlock
impl UnwindSafe for RegisterBlock
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more