pub enum EDREQ_5_A {
EDREQ_5_0 = 0,
EDREQ_5_1 = 1,
}
Expand description
Enable asynchronous DMA request in stop mode for channel 5
Value on reset: 0
Variants§
EDREQ_5_0 = 0
0: Disable asynchronous DMA request for channel 5.
EDREQ_5_1 = 1
1: Enable asynchronous DMA request for channel 5.
Trait Implementations§
impl Copy for EDREQ_5_A
impl StructuralPartialEq for EDREQ_5_A
Auto Trait Implementations§
impl Freeze for EDREQ_5_A
impl RefUnwindSafe for EDREQ_5_A
impl Send for EDREQ_5_A
impl Sync for EDREQ_5_A
impl Unpin for EDREQ_5_A
impl UnwindSafe for EDREQ_5_A
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)