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