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