pub enum SE {
Disabled = 0,
Enabled = 1,
}
Expand description
Synchronous operating mode enable/disable
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for SE
impl Eq for SE
impl StructuralPartialEq for SE
Auto Trait Implementations§
impl Freeze for SE
impl RefUnwindSafe for SE
impl Send for SE
impl Sync for SE
impl Unpin for SE
impl UnwindSafe for SE
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