#[repr(u8)]
pub enum TSEL1_A {
Show 16 variants Swtrig, Tim1Trgo, Tim2Trgo, Trg3, Trg4, Trg5, Trg6, Trg7, Trg8, Trg9, Trg10, Lptim1Out, Lptim2Out, Lptim3Out, Exti9, Trg15,
}
Expand description

DAC channel1 trigger selection

Value on reset: 0

Variants

Swtrig

0: SWTRIG1

Tim1Trgo

1: dac_chx_trg1

Tim2Trgo

2: dac_chx_trg2

Trg3

3: dac_chx_trg3

Trg4

4: dac_chx_trg4

Trg5

5: dac_chx_trg5

Trg6

6: dac_chx_trg6

Trg7

7: dac_chx_trg7

Trg8

8: dac_chx_trg8

Trg9

9: dac_chx_trg9

Trg10

10: dac_chx_trg10

Lptim1Out

11: dac_chx_trg11

Lptim2Out

12: dac_chx_trg12

Lptim3Out

13: dac_chx_trg13

Exti9

14: dac_chx_trg14

Trg15

15: dac_chx_trg15

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.