Enum Icrst
pub enum Icrst {
_0 = 0,
_1 = 1,
}Expand description
FTM counter reset by the selected input capture event.
Value on reset: 0
Variants§
_0 = 0
0: FTM counter is not reset when the selected channel (n) input event is detected.
_1 = 1
1: FTM counter is reset when the selected channel (n) input event is detected.
Trait Implementations§
impl Copy for Icrst
impl Eq for Icrst
impl StructuralPartialEq for Icrst
Auto Trait Implementations§
impl Freeze for Icrst
impl RefUnwindSafe for Icrst
impl Send for Icrst
impl Sync for Icrst
impl Unpin for Icrst
impl UnwindSafe for Icrst
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