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