pub struct InterruptHandler { /* private fields */ }Expand description
Interrupt handler for the DMAC peripheral.
Trait Implementations§
Source§impl Handler<DMAC> for InterruptHandler
Available on crate features samd11c or samd11d or samd21e or samd21el or samd21g or samd21gl or samd21j only.
impl Handler<DMAC> for InterruptHandler
Available on crate features
samd11c or samd11d or samd21e or samd21el or samd21g or samd21gl or samd21j only.Source§unsafe fn on_interrupt()
unsafe fn on_interrupt()
Interrupt handler function. Read more
Auto Trait Implementations§
impl Freeze for InterruptHandler
impl RefUnwindSafe for InterruptHandler
impl Send for InterruptHandler
impl Sync for InterruptHandler
impl Unpin for InterruptHandler
impl UnwindSafe for InterruptHandler
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