Enum Reinit
pub enum Reinit {
_0 = 0,
_1 = 1,
}Expand description
FTM Counter Reinitialization by Synchronization
Value on reset: 0
Variants§
_0 = 0
0: FTM counter continues to count normally.
_1 = 1
1: FTM counter is updated with its initial value when the selected trigger is detected.
Trait Implementations§
impl Copy for Reinit
impl Eq for Reinit
impl StructuralPartialEq for Reinit
Auto Trait Implementations§
impl Freeze for Reinit
impl RefUnwindSafe for Reinit
impl Send for Reinit
impl Sync for Reinit
impl Unpin for Reinit
impl UnwindSafe for Reinit
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