Enum avr_device::atmega4809::ccl::lut2ctrlb::INSEL1_A[][src]

#[repr(u8)]
pub enum INSEL1_A {
    MASK,
    FEEDBACK,
    LINK,
    EVENTA,
    EVENTB,
    IO,
    AC0,
    USART1,
    SPI0,
    TCA0,
    TCB1,
}
Expand description

LUT Input 1 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-N1 input source

AC0

6: AC0 OUT input source

USART1

8: USART1 TXD input source

SPI0

9: SPI0 MOSI input source

TCA0

10: TCA0 WO1 input source

TCB1

12: TCB1 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.