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