17.1.1 MCUCR – MCU Control Register
When using the I/O specific commands IN and OUT, the I/O addresses 0x00 - 0x3F must be used. When addressing I/O Registers as data space using LD and ST instructions, 0x20 must be added to these offset addresses.
| Name: | MCUCR |
| Offset: | 0x35 |
| Reset: | 0 |
| Property: | When addressing I/O Registers as data space the offset address is 0x55 |
| Bit | 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0 | |
| ISC1n[1:0] | ISC0n[1:0] | ||||||||
| Access | R/W | R/W | R/W | R/W | |||||
| Reset | 0 | 0 | 0 | 0 | |||||
Bits 3:2 – ISC1n[1:0] Interrupt Sense Control 1 Bit 1 and Bit 0 [n = 1:0]
| ISC11 | ISC10 | Description |
|---|---|---|
| 0 | 0 | The low level of INT1 generates an interrupt request. |
| 0 | 1 | Any logical change on INT1 generates an interrupt request. |
| 1 | 0 | The falling edge of INT1 generates an interrupt request. |
| 1 | 1 | The rising edge of INT1 generates an interrupt request. |
Bits 1:0 – ISC0n[1:0] Interrupt Sense Control 0 Bit 1 and Bit 0 [n = 1:0]
| ISC01 | ISC00 | Description |
|---|---|---|
| 0 | 0 | The low level of INT0 generates an interrupt request. |
| 0 | 1 | Any logical change on INT0 generates an interrupt request. |
| 1 | 0 | The falling edge of INT0 generates an interrupt request. |
| 1 | 1 | The rising edge of INT0 generates an interrupt request. |
