pub enum SWSOCW {
_0,
_1,
}Expand description
Values that can be written to the field SWSOC
Variants§
_0
The software trigger does not activate the SWOCTRL register synchronization.
_1
The software trigger activates the SWOCTRL register synchronization.
Auto Trait Implementations§
impl Freeze for SWSOCW
impl RefUnwindSafe for SWSOCW
impl Send for SWSOCW
impl Sync for SWSOCW
impl Unpin for SWSOCW
impl UnwindSafe for SWSOCW
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