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