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