pub enum DMAC {}
Trait Implementations§
Source§impl Handler<DMAC> for InterruptHandler
impl Handler<DMAC> for InterruptHandler
Source§unsafe fn on_interrupt()
unsafe fn on_interrupt()
Interrupt handler function. Read more
Source§impl InterruptSource for DMAC
impl InterruptSource for DMAC
impl MultipleInterruptSources for DMAC
Auto Trait Implementations§
impl Freeze for DMAC
impl RefUnwindSafe for DMAC
impl Send for DMAC
impl Sync for DMAC
impl Unpin for DMAC
impl UnwindSafe for DMAC
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