pub enum UDE {
Disabled = 0,
Enabled = 1,
}
Expand description
Update DMA request enable
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for UDE
impl Eq for UDE
impl StructuralPartialEq for UDE
Auto Trait Implementations§
impl Freeze for UDE
impl RefUnwindSafe for UDE
impl Send for UDE
impl Sync for UDE
impl Unpin for UDE
impl UnwindSafe for UDE
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