~ruther/avr-device

ref: 6c665e4dfe9ebed0aa021c1b2f3db8c5119b4929 avr-device/patch/common/ac/acsr.yaml -rw-r--r-- 391 bytes
6c665e4d — Rahix make: Fix dependencies of patch files 6 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
AC:
    ACSR:
        _modify:
            ACIS:
                description: "Analog Comparator Interrupt Mode Select"
        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"]