pub struct InterruptHandler<A: AdcInstance> { /* private fields */ }Expand description
Interrupt handler for the ADC peripheral.
Trait Implementations§
Source§impl<A: AdcInstance> Handler<<A as AdcInstance>::Interrupt> for InterruptHandler<A>
 
impl<A: AdcInstance> Handler<<A as AdcInstance>::Interrupt> for InterruptHandler<A>
Source§unsafe fn on_interrupt()
 
unsafe fn on_interrupt()
Interrupt handler function. Read more
Auto Trait Implementations§
impl<A> Freeze for InterruptHandler<A>
impl<A> RefUnwindSafe for InterruptHandler<A>where
    A: RefUnwindSafe,
impl<A> Send for InterruptHandler<A>where
    A: Send,
impl<A> Sync for InterruptHandler<A>where
    A: Sync,
impl<A> Unpin for InterruptHandler<A>where
    A: Unpin,
impl<A> UnwindSafe for InterruptHandler<A>where
    A: UnwindSafe,
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