pub enum Int3 {
Disable = 0,
Enable = 1,
}Expand description
SmartDMA hijack NVIC IRQ29
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Int3
impl Eq for Int3
impl StructuralPartialEq for Int3
Auto Trait Implementations§
impl Freeze for Int3
impl RefUnwindSafe for Int3
impl Send for Int3
impl Sync for Int3
impl Unpin for Int3
impl UnsafeUnpin for Int3
impl UnwindSafe for Int3
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