avr-device 0.8.1

Register access crate for AVR microcontrollers
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
_include:
  - "common/adc.yaml"
  - "common/twi.yaml"
  - "common/usart.yaml"
  - "common/wdt.yaml"

EEPROM:
  EECR:
    EEPM:
      _replace_enum:
        VAL_0x00: [0, "Atomic (erase and write in one operation)"]
        VAL_0x01: [1, "Erase only"]
        VAL_0x02: [2, "Write only"]