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