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