pub struct AdcRegisters { /* private fields */ }Expand description
Memory mapped registers for the ADC.
Auto Trait Implementations§
impl !Freeze for AdcRegisters
impl !RefUnwindSafe for AdcRegisters
impl Send for AdcRegisters
impl !Sync for AdcRegisters
impl Unpin for AdcRegisters
impl UnwindSafe for AdcRegisters
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