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