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