~ruther/avr-device

ref: 7818dda68e63ad511417775f3ac4bf6ae7f3c5c9 avr-device/patch/common/ac.yaml -rw-r--r-- 412 bytes
7818dda6 — Rahix make: Make sed usage more portable 6 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
AC:
  _modify:
    ACSR:
      access: read-write
  ACSR:
    _modify:
      ACIS:
        description: "Analog Comparator Interrupt Mode Select"
      ACO:
        access: read-only
    ACIS:
      _replace_enum:
        ON_TOGGLE: [0, "Interrupt on Toggle"]
        # Leaving [1, 'Reserved'] out
        ON_FALLING_EDGE: [2, "Interrupt on Falling Edge"]
        ON_RISING_EDGE: [3, "Interrupt on Rising Edge"]
Do not follow this link