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