#[repr(u8)]pub enum Cmdselect {
None = 0,
Retrigger = 1,
Stop = 2,
Update = 3,
Readsync = 4,
}
Expand description
TCC Command
Value on reset: 0
Variants§
None = 0
0: No action
Retrigger = 1
1: Clear start, restart or retrigger
Stop = 2
2: Force stop
Update = 3
3: Force update of double buffered registers
Readsync = 4
4: Force COUNT read synchronization
Trait Implementations§
impl Copy for Cmdselect
impl Eq for Cmdselect
impl IsEnum for Cmdselect
impl StructuralPartialEq for Cmdselect
Auto Trait Implementations§
impl Freeze for Cmdselect
impl RefUnwindSafe for Cmdselect
impl Send for Cmdselect
impl Sync for Cmdselect
impl Unpin for Cmdselect
impl UnwindSafe for Cmdselect
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