pub enum DCDEN {
Disabled = 0,
Enabled = 1,
}
Expand description
Data contact detection mode enable
Value on reset: 0
Variants§
Disabled = 0
0: Data contact detection (DCD) mode disabled
Enabled = 1
1: Data contact detection (DCD) mode enabled
Trait Implementations§
impl Copy for DCDEN
impl Eq for DCDEN
impl StructuralPartialEq for DCDEN
Auto Trait Implementations§
impl Freeze for DCDEN
impl RefUnwindSafe for DCDEN
impl Send for DCDEN
impl Sync for DCDEN
impl Unpin for DCDEN
impl UnwindSafe for DCDEN
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