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