Struct nrf52840_pac::SAADC
source · pub struct SAADC { /* private fields */ }
Expand description
Successive approximation register (SAR) analog-to-digital converter
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SAADC
impl RefUnwindSafe 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