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