pub enum SSOE {
Disabled = 0,
Enabled = 1,
}
Expand description
SS output enable
Value on reset: 0
Variants§
Disabled = 0
0: SS output is disabled in master mode
Enabled = 1
1: SS output is enabled in master mode
Trait Implementations§
impl Copy for SSOE
impl Eq for SSOE
impl StructuralPartialEq for SSOE
Auto Trait Implementations§
impl Freeze for SSOE
impl RefUnwindSafe for SSOE
impl Send for SSOE
impl Sync for SSOE
impl Unpin for SSOE
impl UnwindSafe for SSOE
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