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