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