pub struct CMP1 { /* private fields */ }
Expand description
High-Speed Comparator (CMP), Voltage Reference (VREF) Digital-to-Analog Converter (DAC), and Analog Mux (ANMUX)
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CMP1
impl RefUnwindSafe 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