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