Enum avr_device::atmega64::exint::eicra::ISC2_A [−][src]
#[repr(u8)]
pub enum ISC2_A {
VAL_0X00,
VAL_0X01,
VAL_0X02,
VAL_0X03,
}Expand description
External Interrupt Sense Control Bit
Value on reset: 0
Variants
0: Low Level of INTX
1: Any Logical Change of INTX
2: Falling Edge of INTX
3: Rising Edge of INTX