pub struct ADC1 { /* private fields */ }
Expand description
Analog to digital converter
Implementations§
Methods from Deref<Target = RegisterBlock>§
Trait Implementations§
Source§impl Enable for ADC1
impl Enable for ADC1
fn enable(rcc: &RegisterBlock)
fn disable(rcc: &RegisterBlock)
impl Send for ADC1
Auto Trait Implementations§
impl Freeze for ADC1
impl RefUnwindSafe for ADC1
impl !Sync for ADC1
impl Unpin for ADC1
impl UnwindSafe for ADC1
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