pub struct ADC_COMMON { /* private fields */ }
Expand description
Common ADC registers
Implementations§
Source§impl ADC_COMMON
impl ADC_COMMON
Sourcepub fn ptr() -> *const RegisterBlock
pub fn ptr() -> *const RegisterBlock
Returns a pointer to the register block
Trait Implementations§
Source§impl Deref for ADC_COMMON
impl Deref for ADC_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 ADC_COMMON
Auto Trait Implementations§
impl Freeze for ADC_COMMON
impl RefUnwindSafe for ADC_COMMON
impl !Sync for ADC_COMMON
impl Unpin for ADC_COMMON
impl UnwindSafe for ADC_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