pub struct SDADC24 { /* private fields */ }
Expand description
24-Bit Sigma-Delta A/D Converter
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SDADC24
impl RefUnwindSafe for SDADC24
impl !Sync for SDADC24
impl Unpin for SDADC24
impl UnwindSafe for SDADC24
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