pub struct ADC<ADC> { /* private fields */ }Implementations
sourceimpl<ADCI> ADC<ADCI>where
    ADCI: RegisterAccess,
 
impl<ADCI> ADC<ADCI>where
    ADCI: RegisterAccess,
sourceimpl<ADC1> ADC<ADC1>
 
impl<ADC1> ADC<ADC1>
pub fn enable_hall_sensor()
pub fn disable_hall_sensor()
Trait Implementations
Auto Trait Implementations
impl<ADC> RefUnwindSafe for ADC<ADC>where
    ADC: RefUnwindSafe,
impl<ADC> Send for ADC<ADC>where
    ADC: Send,
impl<ADC> Sync for ADC<ADC>where
    ADC: Sync,
impl<ADC> Unpin for ADC<ADC>where
    ADC: Unpin,
impl<ADC> UnwindSafe for ADC<ADC>where
    ADC: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more