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