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