pub enum DMAWEN {
Disabled = 0,
Enabled = 1,
}
Expand description
DMAWEN
Value on reset: 0
Variants§
Disabled = 0
0: No DMA channel writes are generated
Enabled = 1
1: Write requests are generated on the DMA channel when no operation is pending
Trait Implementations§
impl Copy for DMAWEN
impl Eq for DMAWEN
impl StructuralPartialEq for DMAWEN
Auto Trait Implementations§
impl Freeze for DMAWEN
impl RefUnwindSafe for DMAWEN
impl Send for DMAWEN
impl Sync for DMAWEN
impl Unpin for DMAWEN
impl UnwindSafe for DMAWEN
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