pub enum Skewselect {
Value0 = 0,
Value1 = 1,
}
Expand description
TENMS is rounded from non-integer ratio
Value on reset: 0
Variants§
Value0 = 0
0: 10ms calibration value is exact
Value1 = 1
1: 10ms calibration value is inexact, because of the clock frequency
Trait Implementations§
Source§impl Clone for Skewselect
impl Clone for Skewselect
Source§fn clone(&self) -> Skewselect
fn clone(&self) -> Skewselect
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 Skewselect
impl Debug for Skewselect
Source§impl From<Skewselect> for bool
impl From<Skewselect> for bool
Source§fn from(variant: Skewselect) -> Self
fn from(variant: Skewselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Skewselect
impl PartialEq for Skewselect
impl Copy for Skewselect
impl Eq for Skewselect
impl StructuralPartialEq for Skewselect
Auto Trait Implementations§
impl Freeze for Skewselect
impl RefUnwindSafe for Skewselect
impl Send for Skewselect
impl Sync for Skewselect
impl Unpin for Skewselect
impl UnwindSafe for Skewselect
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