Enum avr_device::atmega4809::ccl::lut2ctrlc::INSEL2_A[][src]

#[repr(u8)]
pub enum INSEL2_A {
    MASK,
    FEEDBACK,
    LINK,
    EVENTA,
    EVENTB,
    IO,
    AC0,
    USART2,
    SPI0,
    TCA0,
    TCB2,
}
Expand description

LUT Input 2 Source Selection

Value on reset: 0

Variants

MASK

0: Masked input

FEEDBACK

1: Feedback input source

2: Linked LUT input source

EVENTA

3: Event input source A

EVENTB

4: Event input source B

IO

5: IO pin LUTn-IN2 input source

AC0

6: AC0 OUT input source

USART2

8: USART2 TXD input source

SPI0

9: SPI0 SCK input source

TCA0

10: TCA0 WO2 input source

TCB2

12: TCB2 WO input source

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.