Enum Edreq1
pub enum Edreq1 {
_0 = 0,
_1 = 1,
}Expand description
Enable asynchronous DMA request in stop mode for channel 1.
Value on reset: 0
Variants§
_0 = 0
0: Disable asynchronous DMA request for channel 1
_1 = 1
1: Enable asynchronous DMA request for channel 1.
Trait Implementations§
impl Copy for Edreq1
impl Eq for Edreq1
impl StructuralPartialEq for Edreq1
Auto Trait Implementations§
impl Freeze for Edreq1
impl RefUnwindSafe for Edreq1
impl Send for Edreq1
impl Sync for Edreq1
impl Unpin for Edreq1
impl UnwindSafe for Edreq1
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