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