pub struct ADC123_COMMON { /* private fields */ }Expand description
Analog-to-Digital Converter
Implementations§
Source§impl ADC123_COMMON
impl ADC123_COMMON
Sourcepub fn ptr() -> *const RegisterBlock
pub fn ptr() -> *const RegisterBlock
Returns a pointer to the register block
Trait Implementations§
Source§impl Deref for ADC123_COMMON
impl Deref for ADC123_COMMON
Source§type Target = RegisterBlock
type Target = RegisterBlock
The resulting type after dereferencing.
Source§fn deref(&self) -> &RegisterBlock
fn deref(&self) -> &RegisterBlock
Dereferences the value.
impl Send for ADC123_COMMON
Auto Trait Implementations§
impl Freeze for ADC123_COMMON
impl RefUnwindSafe for ADC123_COMMON
impl !Sync for ADC123_COMMON
impl Unpin for ADC123_COMMON
impl UnwindSafe for ADC123_COMMON
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