pub enum ToWait {
Dis = 0,
En = 1,
}Expand description
Request Wait Enable. When enabled, delay timer start until DMA request transitions from active to inactive.
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for ToWait
impl Eq for ToWait
impl StructuralPartialEq for ToWait
Auto Trait Implementations§
impl Freeze for ToWait
impl RefUnwindSafe for ToWait
impl Send for ToWait
impl Sync for ToWait
impl Unpin for ToWait
impl UnwindSafe for ToWait
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