~ruther/avr-device

ref: 3c341131e8079a297d19fa8977f802ca00f23ba1 avr-device/patch/common/ac.yaml -rw-r--r-- 329 bytes
3c341131 — Rahix atmega32u4: Patch USART1 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"]