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