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