pub enum CPSMEN_A {
Disabled,
Enabled,
}
Expand description
Command path state machine (CPSM) Enable bit
Value on reset: 0
Variants§
Trait Implementations§
source§impl PartialEq<CPSMEN_A> for CPSMEN_A
impl PartialEq<CPSMEN_A> for CPSMEN_A
impl Copy for CPSMEN_A
impl StructuralPartialEq for CPSMEN_A
Auto Trait Implementations§
impl RefUnwindSafe for CPSMEN_A
impl Send for CPSMEN_A
impl Sync for CPSMEN_A
impl Unpin for CPSMEN_A
impl UnwindSafe for CPSMEN_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