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