pub struct InterruptHandler<T, F: FilterMarker>(/* private fields */);Expand description
InterruptHandler for all DFSDM interrupts
Trait Implementations§
Source§impl<T, F> Handler<<T as FilterInterrupt<F>>::Interrupt> for InterruptHandler<T, F>
impl<T, F> Handler<<T as FilterInterrupt<F>>::Interrupt> for InterruptHandler<T, F>
Source§unsafe fn on_interrupt()
unsafe fn on_interrupt()
Interrupt handler function. Read more
Auto Trait Implementations§
impl<T, F> Freeze for InterruptHandler<T, F>
impl<T, F> RefUnwindSafe for InterruptHandler<T, F>
impl<T, F> Send for InterruptHandler<T, F>
impl<T, F> Sync for InterruptHandler<T, F>
impl<T, F> Unpin for InterruptHandler<T, F>
impl<T, F> UnsafeUnpin for InterruptHandler<T, F>
impl<T, F> UnwindSafe for InterruptHandler<T, F>
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