pub struct ResetValues {
pub COMP1_CSR: u32,
pub COMP2_CSR: u32,
pub COMP3_CSR: u32,
pub COMP4_CSR: u32,
pub COMP5_CSR: u32,
pub COMP6_CSR: u32,
pub COMP7_CSR: u32,
}
Fields§
§COMP1_CSR: u32
§COMP2_CSR: u32
§COMP3_CSR: u32
§COMP4_CSR: u32
§COMP5_CSR: u32
§COMP6_CSR: u32
§COMP7_CSR: 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