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