[][src]Enum imxrt1062_snvs::hpcr::HPCALB_VAL_A

#[repr(u8)]pub enum HPCALB_VAL_A {
    HPCALB_VAL_0,
    HPCALB_VAL_1,
    HPCALB_VAL_2,
    HPCALB_VAL_15,
    HPCALB_VAL_16,
    HPCALB_VAL_17,
    HPCALB_VAL_30,
    HPCALB_VAL_31,
}

HP Calibration Value Defines signed calibration value for the HP Real Time Counter

Value on reset: 0

Variants

HPCALB_VAL_0

0: +0 counts per each 32768 ticks of the counter

HPCALB_VAL_1

1: +1 counts per each 32768 ticks of the counter

HPCALB_VAL_2

2: +2 counts per each 32768 ticks of the counter

HPCALB_VAL_15

15: +15 counts per each 32768 ticks of the counter

HPCALB_VAL_16

16: -16 counts per each 32768 ticks of the counter

HPCALB_VAL_17

17: -15 counts per each 32768 ticks of the counter

HPCALB_VAL_30

30: -2 counts per each 32768 ticks of the counter

HPCALB_VAL_31

31: -1 counts per each 32768 ticks of the counter

Trait Implementations

impl Clone for HPCALB_VAL_A[src]

impl Copy for HPCALB_VAL_A[src]

impl Debug for HPCALB_VAL_A[src]

impl From<HPCALB_VAL_A> for u8[src]

impl PartialEq<HPCALB_VAL_A> for HPCALB_VAL_A[src]

impl StructuralPartialEq for HPCALB_VAL_A[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.