#[repr(u8)]
pub enum SOURCESEL_A {
Show 24 variants NONE, VCMP, ACMP0, ACMP1, DAC0, ADC0, USART0, USART1, USART2, TIMER0, TIMER1, TIMER2, TIMER3, USB, RTC, UART0, UART1, GPIOL, GPIOH, LETIMER0, BURTC, LESENSEL, LESENSEH, LESENSED,
}
Expand description

Source Select

Value on reset: 0

Variants

NONE

0: No source selected

VCMP

1: Voltage Comparator

ACMP0

2: Analog Comparator 0

ACMP1

3: Analog Comparator 1

DAC0

6: Digital to Analog Converter 0

ADC0

8: Analog to Digital Converter 0

USART0

16: Universal Synchronous/Asynchronous Receiver/Transmitter 0

USART1

17: Universal Synchronous/Asynchronous Receiver/Transmitter 1

USART2

18: Universal Synchronous/Asynchronous Receiver/Transmitter 2

TIMER0

28: Timer 0

TIMER1

29: Timer 1

TIMER2

30: Timer 2

TIMER3

31: Timer 3

USB

36: Universal Serial Bus Interface

RTC

40: Real-Time Counter

UART0

41: Universal Asynchronous Receiver/Transmitter 0

UART1

42: Universal Asynchronous Receiver/Transmitter 1

GPIOL

48: General purpose Input/Output

GPIOH

49: General purpose Input/Output

LETIMER0

52: Low Energy Timer 0

BURTC

55: Backup RTC

LESENSEL

57: Low Energy Sensor Interface

LESENSEH

58: Low Energy Sensor Interface

LESENSED

59: Low Energy Sensor 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.