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