Enum Swom
pub enum Swom {
_0 = 0,
_1 = 1,
}Expand description
Output mask synchronization is activated by the software trigger
Value on reset: 0
Variants§
_0 = 0
0: The software trigger does not activate the OUTMASK register synchronization.
_1 = 1
1: The software trigger activates the OUTMASK register synchronization.
Trait Implementations§
impl Copy for Swom
impl Eq for Swom
impl StructuralPartialEq for Swom
Auto Trait Implementations§
impl Freeze for Swom
impl RefUnwindSafe for Swom
impl Send for Swom
impl Sync for Swom
impl Unpin for Swom
impl UnwindSafe for Swom
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