pub struct CMP1 { /* private fields */ }Expand description
CMP1 peripheral
Implementations§
Trait Implementations§
impl Copy for CMP1
impl PeripheralType for CMP1
Auto Trait Implementations§
impl Freeze for CMP1
impl RefUnwindSafe for CMP1
impl Send for CMP1
impl Sync for CMP1
impl Unpin for CMP1
impl UnwindSafe for CMP1
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