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