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

#[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,
}
Expand description

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.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Performs the conversion.

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.