Enum avr_device::attiny2313::cpu::mcucr::ISC0_A [−][src]
#[repr(u8)]
pub enum ISC0_A {
LOW,
TOGGLE,
FALLING,
RISING,
}Expand description
Interrupt Sense Control 0 bits
Value on reset: 0
Variants
0: The low level of INTx generates an interrupt request
1: Any logical change on INTx generates an interrupt request
2: The falling edge of INTx generates an interrupt request
3: The rising edge of INTx generates an interrupt request