We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a61ba4 commit b2cdbbbCopy full SHA for b2cdbbb
patch/attiny817.yaml
@@ -97,3 +97,11 @@ CPUINT:
97
_replace_enum:
98
FIXED: [0, "Priority is fixed for priority level 0 interrupt requests: The lowest interrupt vector address has the highest priority."]
99
ROUNDROBIN: [1, "The round robin priority scheme is enabled for priority level 0 interrupt requests"]
100
+
101
+EVSYS:
102
+ # make ASYNCCHx, SYNCCHx, ASYNCUSERx and SYNCUSERx a rust slice
103
+ _array:
104
+ "ASYNCCH*": {}
105
+ "SYNCCH*": {}
106
+ "ASYNCUSER*": {}
107
+ "SYNCUSER*": {}
0 commit comments