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