[][src]Enum lpc54606_pac::sct0::config::CKSEL_A

#[repr(u8)]pub enum CKSEL_A {
    INPUT_0_RISING_EDGES,
    INPUT_0_FALLING_EDGE,
    INPUT_1_RISING_EDGES,
    INPUT_1_FALLING_EDGE,
    INPUT_2_RISING_EDGES,
    INPUT_2_FALLING_EDGE,
    INPUT_3_RISING_EDGES,
    INPUT_3_FALLING_EDGE,
    INPUT_4_RISING_EDGES,
    INPUT_4_FALLING_EDGE,
    INPUT_5_RISING_EDGES,
    INPUT_5_FALLING_EDGE,
    INPUT_6_RISING_EDGES,
    INPUT_6_FALLING_EDGE,
    INPUT_7_RISING_EDGES,
    INPUT_7_FALLING_EDGE,
}

SCT clock select. The specific functionality of the designated input/edge is dependent on the CLKMODE bit selection in this register.

Value on reset: 0

Variants

INPUT_0_RISING_EDGES

0: Rising edges on input 0.

INPUT_0_FALLING_EDGE

1: Falling edges on input 0.

INPUT_1_RISING_EDGES

2: Rising edges on input 1.

INPUT_1_FALLING_EDGE

3: Falling edges on input 1.

INPUT_2_RISING_EDGES

4: Rising edges on input 2.

INPUT_2_FALLING_EDGE

5: Falling edges on input 2.

INPUT_3_RISING_EDGES

6: Rising edges on input 3.

INPUT_3_FALLING_EDGE

7: Falling edges on input 3.

INPUT_4_RISING_EDGES

8: Rising edges on input 4.

INPUT_4_FALLING_EDGE

9: Falling edges on input 4.

INPUT_5_RISING_EDGES

10: Rising edges on input 5.

INPUT_5_FALLING_EDGE

11: Falling edges on input 5.

INPUT_6_RISING_EDGES

12: Rising edges on input 6.

INPUT_6_FALLING_EDGE

13: Falling edges on input 6.

INPUT_7_RISING_EDGES

14: Rising edges on input 7.

INPUT_7_FALLING_EDGE

15: Falling edges on input 7.

Trait Implementations

impl Clone for CKSEL_A[src]

impl Copy for CKSEL_A[src]

impl Debug for CKSEL_A[src]

impl From<CKSEL_A> for u8[src]

impl PartialEq<CKSEL_A> for CKSEL_A[src]

impl StructuralPartialEq for CKSEL_A[src]

Auto Trait Implementations

impl Send for CKSEL_A

impl Sync for CKSEL_A

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