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