pub enum DCDEN_A {
DISABLED = 0,
ENABLED = 1,
}Expand description
Data contact detection
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_A
impl StructuralPartialEq for DCDEN_A
Auto Trait Implementations§
impl Freeze for DCDEN_A
impl RefUnwindSafe for DCDEN_A
impl Send for DCDEN_A
impl Sync for DCDEN_A
impl Unpin for DCDEN_A
impl UnwindSafe for DCDEN_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