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