~ruther/avr-device

ref: 06ef5e65c7234543f08be66f1a10c284e2cdd68f avr-device/patch/atmega1284p.yaml -rw-r--r-- 633 bytes
06ef5e65 — Michael Buesch Small fixes 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
_svd: ../svd/atmega1284p.svd

_include:
  - "common/ac.yaml"
  - "common/adc.yaml"
  - "common/spi.yaml"
  - "common/twi.yaml"
  - "common/usart.yaml"
  - "common/wdt.yaml"

  - "timer/atmega1284p.yaml"

EXINT:
  EIMSK:
    _split:
      INT:
        name: INT%s
        description: External Interrupt %s Request Enable
  EIFR:
    _split:
      INTF:
        name: INTF%s
        description: External Interrupt Flags %s
  PCICR:
    _split:
      PCIE:
        name: PCIE%s
        description: Pin Change Interrupt Enable %s
  PCIFR:
    _split:
      PCIF:
        name: PCIF%s
        description: Pin Change Interrupt Flag %s
Do not follow this link