pub enum DC_A {
Disabled = 0,
Enabled = 1,
}
Expand description
Deferral check
Value on reset: 0
Variants§
Disabled = 0
0: MAC defers until CRS signal goes inactive
Enabled = 1
1: Deferral check function enabled
Trait Implementations§
impl Copy for DC_A
impl StructuralPartialEq for DC_A
Auto Trait Implementations§
impl Freeze for DC_A
impl RefUnwindSafe for DC_A
impl Send for DC_A
impl Sync for DC_A
impl Unpin for DC_A
impl UnwindSafe for DC_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