~ruther/avr-device

ref: 9c2e7ecd2a73d9f2e906d92d132e439e24470ded avr-device/patch/common/tiny/exint.yaml -rw-r--r-- 575 bytes
9c2e7ecd — Andrew Dona-Couch Extract common EXINT patch from tiny84/85 4 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
EXINT:
  _modify:
    GIFR:
      access: read-write
  MCUCR:
    _delete:
      ISC??:
    _add:
      ISC0:
        description: "Interrupt Sense Control 0 bits"
        bitOffset: 0
        bitWidth: 2
        access: read-write
    ISC0:
      _replace_enum:
        LOW: [0, "The low level of INTx generates an interrupt request"]
        TOGGLE: [1, "Any logical change on INTx generates an interrupt request"]
        FALLING: [2, "The falling edge of INTx generates an interrupt request"]
        RISING: [3, "The rising edge of INTx generates an interrupt request"]
Do not follow this link