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