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