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

#[repr(u8)]
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,
}
Expand description

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

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.