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