Skip to content

Commit a4bbab7

Browse files
Markus GrunwaldRahix
authored andcommitted
Patch PCINTn fields into attiny85's EXTINT:PCMSK register
1 parent 017dbd7 commit a4bbab7

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

patch/attiny85.yaml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,3 +98,36 @@ CPU:
9898
_modify:
9999
PLOCK:
100100
access: read-only
101+
EXINT:
102+
PCMSK:
103+
_add:
104+
PCINT0:
105+
description: Enable pin change interrupt on pin 0
106+
bitOffset: 0
107+
bitWidth: 1
108+
access: read-write
109+
PCINT1:
110+
description: Enable pin change interrupt on pin 1
111+
bitOffset: 1
112+
bitWidth: 1
113+
access: read-write
114+
PCINT2:
115+
description: Enable pin change interrupt on pin 2
116+
bitOffset: 2
117+
bitWidth: 1
118+
access: read-write
119+
PCINT3:
120+
description: Enable pin change interrupt on pin 3
121+
bitOffset: 3
122+
bitWidth: 1
123+
access: read-write
124+
PCINT4:
125+
description: Enable pin change interrupt on pin 4
126+
bitOffset: 4
127+
bitWidth: 1
128+
access: read-write
129+
PCINT5:
130+
description: Enable pin change interrupt on pin 5
131+
bitOffset: 5
132+
bitWidth: 1
133+
access: read-write

0 commit comments

Comments
 (0)