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