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