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