#[repr(u8)]
pub enum SOURCESEL_A {
Show 20 variants NONE, ADC0, DAC0, USART0, USART1, USART2, LEUART0, LEUART1, I2C0, I2C1, TIMER0, TIMER1, TIMER2, TIMER3, UART0, UART1, MSC, AES, LESENSE, EBI,
}
Expand description

Source Select

Value on reset: 0

Variants

NONE

0: No source selected

ADC0

8: Analog to Digital Converter 0

DAC0

10: Digital to Analog Converter 0

USART0

12: Universal Synchronous/Asynchronous Receiver/Transmitter 0

USART1

13: Universal Synchronous/Asynchronous Receiver/Transmitter 1

USART2

14: Universal Synchronous/Asynchronous Receiver/Transmitter 2

LEUART0

16: Low Energy UART 0

LEUART1

17: Low Energy UART 1

I2C0

20: I2C 0

I2C1

21: I2C 1

TIMER0

24: Timer 0

TIMER1

25: Timer 1

TIMER2

26: Timer 2

TIMER3

27: Timer 3

UART0

44: Universal Asynchronous Receiver/Transmitter 0

UART1

45: Universal Asynchronous Receiver/Transmitter 1

MSC

48: 110000

AES

49: Advanced Encryption Standard Accelerator

LESENSE

50: Low Energy Sensor Interface

EBI

51: External Bus Interface

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

Converts to this type from the input type.

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.