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