Enum avr_device::attiny816::evsys::asyncuser2::ASYNCUSER2_A [−][src]
#[repr(u8)]
pub enum ASYNCUSER2_A {
OFF,
SYNCCH0,
SYNCCH1,
ASYNCCH0,
ASYNCCH1,
ASYNCCH2,
ASYNCCH3,
}Expand description
Asynchronous User Ch 2 Input Selection - CCL LUT0 Event 0
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.