pub enum CMDEND_A {
MASKED,
ENABLED,
}
Expand description
Command End Bit Error Status Enable
Value on reset: 0
Variants
MASKED
0: Masked
ENABLED
1: Enabled
Trait Implementations
impl Copy for CMDEND_A
impl StructuralPartialEq for CMDEND_A
Auto Trait Implementations
impl RefUnwindSafe for CMDEND_A
impl Send for CMDEND_A
impl Sync for CMDEND_A
impl Unpin for CMDEND_A
impl UnwindSafe for CMDEND_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more