pub struct ResetValues {
pub OPAMP1_CSR: u32,
pub OPAMP1_OTR: u32,
pub OPAMP1_HSOTR: u32,
pub OPAMP2_CSR: u32,
pub OPAMP2_OTR: u32,
pub OPAMP2_HSOTR: u32,
}
Fields§
§OPAMP1_CSR: u32
§OPAMP1_OTR: u32
§OPAMP1_HSOTR: u32
§OPAMP2_CSR: u32
§OPAMP2_OTR: u32
§OPAMP2_HSOTR: u32
Auto Trait Implementations§
impl Freeze for ResetValues
impl RefUnwindSafe for ResetValues
impl Send for ResetValues
impl Sync for ResetValues
impl Unpin for ResetValues
impl UnwindSafe for ResetValues
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