[][src]Enum lpc845_pac::iocon::pio0_14::CLK_DIV_A

pub enum CLK_DIV_A {
    CLK_DIV_0,
    CLK_DIV_1,
    CLK_DIV_2,
    CLK_DIV_3,
    CLK_DIV_4,
    CLK_DIV_5,
    CLK_DIV_6,
}

Select peripheral clock divider for input filter sampling clock. Value 0x7 is reserved.

Value on reset: 0

Variants

CLK_DIV_0

0: IOCONCLKDIV0

CLK_DIV_1

1: IOCONCLKDIV1

CLK_DIV_2

2: IOCONCLKDIV2

CLK_DIV_3

3: IOCONCLKDIV3

CLK_DIV_4

4: IOCONCLKDIV4

CLK_DIV_5

5: IOCONCLKDIV5

CLK_DIV_6

6: IOCONCLKDIV6

Trait Implementations

impl From<CLK_DIV_A> for u8[src]

impl Debug for CLK_DIV_A[src]

impl PartialEq<CLK_DIV_A> for CLK_DIV_A[src]

impl Copy for CLK_DIV_A[src]

impl StructuralPartialEq for CLK_DIV_A[src]

impl Clone for CLK_DIV_A[src]

Auto Trait Implementations

impl Unpin for CLK_DIV_A

impl Send for CLK_DIV_A

impl Sync for CLK_DIV_A

Blanket Implementations

impl<T> From<T> for 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> Into<U> for T where
    U: From<T>, 
[src]

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.

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self