pub enum SWRSTCNTW {
_0,
_1,
}Expand description
Values that can be written to the field SWRSTCNT
Variants§
_0
The software trigger does not activate the FTM counter synchronization.
_1
The software trigger activates the FTM counter synchronization.
Auto Trait Implementations§
impl Freeze for SWRSTCNTW
impl RefUnwindSafe for SWRSTCNTW
impl Send for SWRSTCNTW
impl Sync for SWRSTCNTW
impl Unpin for SWRSTCNTW
impl UnwindSafe for SWRSTCNTW
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