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