#[repr(u8)]pub enum Evactselect {
Off = 0,
Retrigger = 1,
Count = 2,
Start = 3,
Ppw = 5,
Pwp = 6,
}
Expand description
Event Action
Value on reset: 0
Variants§
Off = 0
0: Event action disabled
Retrigger = 1
1: Start, restart or retrigger TC on event
Count = 2
2: Count on event
Start = 3
3: Start TC on event
Ppw = 5
5: Period captured in CC0, pulse width in CC1
Pwp = 6
6: Period captured in CC1, pulse width in CC0
Trait Implementations§
Source§impl Clone for Evactselect
impl Clone for Evactselect
Source§fn clone(&self) -> Evactselect
fn clone(&self) -> Evactselect
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for Evactselect
impl Debug for Evactselect
Source§impl From<Evactselect> for u8
impl From<Evactselect> for u8
Source§fn from(variant: Evactselect) -> Self
fn from(variant: Evactselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Evactselect
impl PartialEq for Evactselect
impl Copy for Evactselect
impl Eq for Evactselect
impl IsEnum for Evactselect
impl StructuralPartialEq for Evactselect
Auto Trait Implementations§
impl Freeze for Evactselect
impl RefUnwindSafe for Evactselect
impl Send for Evactselect
impl Sync for Evactselect
impl Unpin for Evactselect
impl UnwindSafe for Evactselect
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