Enum lpc55_pac::syscon::ctimerclksel1::SEL_A[][src]

#[repr(u8)]
pub enum SEL_A {
    ENUM_0X0,
    ENUM_0X1,
    ENUM_0X2,
    ENUM_0X3,
    ENUM_0X4,
    ENUM_0X5,
    ENUM_0X6,
    ENUM_0X7,
}

CTimer 1 clock source select.

Value on reset: 7

Variants

ENUM_0X0

0: Main clock.

ENUM_0X1

1: PLL0 clock.

ENUM_0X2

2: No clock.

ENUM_0X3

3: FRO 96 MHz clock.

ENUM_0X4

4: FRO 1MHz clock.

ENUM_0X5

5: MCLK clock.

ENUM_0X6

6: Oscillator 32kHz clock.

ENUM_0X7

7: No clock.

Trait Implementations

impl Clone for SEL_A[src]

impl Copy for SEL_A[src]

impl Debug for SEL_A[src]

impl PartialEq<SEL_A> for SEL_A[src]

impl StructuralPartialEq for SEL_A[src]

Auto Trait Implementations

impl Send for SEL_A

impl Sync for SEL_A

impl Unpin for SEL_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, 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.