Enum avr_device::attiny816::evsys::asyncuser1::ASYNCUSER1_A [−][src]
#[repr(u8)]
pub enum ASYNCUSER1_A {
OFF,
SYNCCH0,
SYNCCH1,
ASYNCCH0,
ASYNCCH1,
ASYNCCH2,
ASYNCCH3,
}Expand description
Asynchronous User Ch 1 Input Selection - ADC0
Value on reset: 0
Variants
0: Off
1: Synchronous Event Channel 0
2: Synchronous Event Channel 1
3: Asynchronous Event Channel 0
4: Asynchronous Event Channel 1
5: Asynchronous Event Channel 2
6: Asynchronous Event Channel 3
Trait Implementations
Performs the conversion.