[][src]Enum xmc1100::scu_clk::clkcr::CNTADJ_A

pub enum CNTADJ_A {
    VALUE1,
    VALUE2,
    VALUE3,
    VALUE4,
    VALUE5,
    VALUE6,
    VALUE7,
}

Counter Adjustment

Value on reset: 1023

Variants

VALUE1

0: 1 clock cycles of the DCO1, 64MHz clock

VALUE2

1: 2 clock cycles of the DCO1, 64MHz clock

VALUE3

2: 3 clock cycles of the DCO1, 64MHz clock

VALUE4

3: 4 clock cycles of the DCO1, 64MHz clock

VALUE5

4: 5 clock cycles of the DCO1, 64MHz clock

VALUE6

1022: 1023 clock cycles of the DCO1, 64MHz clock

VALUE7

1023: 1024 clock cycles of the DCO1, 64MHz clock

Trait Implementations

impl Clone for CNTADJ_A[src]

impl Copy for CNTADJ_A[src]

impl Debug for CNTADJ_A[src]

impl From<CNTADJ_A> for u16[src]

impl PartialEq<CNTADJ_A> for CNTADJ_A[src]

impl StructuralPartialEq for CNTADJ_A[src]

Auto Trait Implementations

impl Send for CNTADJ_A

impl Sync for CNTADJ_A

impl Unpin for CNTADJ_A

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> Same<T> for T

type Output = T

Should always be Self

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.