pub enum SKEW_A {
VALUE_0,
VALUE_1,
}
Expand description
TENMS is rounded from non-integer ratio
Value on reset: 0
Variants
VALUE_0
0: 10ms calibration value is exact
VALUE_1
1: 10ms calibration value is inexact, because of the clock frequency
Trait Implementations
impl Copy for SKEW_A
impl StructuralPartialEq for SKEW_A
Auto Trait Implementations
impl RefUnwindSafe for SKEW_A
impl Send for SKEW_A
impl Sync for SKEW_A
impl Unpin for SKEW_A
impl UnwindSafe for SKEW_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more