pub struct TransmitInterruptHandler {}Expand description
TX interrupt handler.
Trait Implementations§
Source§impl Handler<IPCC_C1_TX> for TransmitInterruptHandler
Available on non-crate feature _core-cm0p only.
impl Handler<IPCC_C1_TX> for TransmitInterruptHandler
Available on non-crate feature
_core-cm0p only.Source§unsafe fn on_interrupt()
unsafe fn on_interrupt()
Interrupt handler function. Read more
Auto Trait Implementations§
impl Freeze for TransmitInterruptHandler
impl RefUnwindSafe for TransmitInterruptHandler
impl Send for TransmitInterruptHandler
impl Sync for TransmitInterruptHandler
impl Unpin for TransmitInterruptHandler
impl UnwindSafe for TransmitInterruptHandler
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