pub enum DMAINT_A {
NO,
YES,
}
Expand description
DMA Interrupt
Value on reset: 0
Variants
NO
0: No DMA Interrupt
YES
1: DMA Interrupt is generated
Trait Implementations
impl Copy for DMAINT_A
impl StructuralPartialEq for DMAINT_A
Auto Trait Implementations
impl RefUnwindSafe for DMAINT_A
impl Send for DMAINT_A
impl Sync for DMAINT_A
impl Unpin for DMAINT_A
impl UnwindSafe for DMAINT_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more