avr-device 0.8.1

Register access crate for AVR microcontrollers
Documentation
CRCSCAN:
  CTRLB:
    SRC:
      _replace_enum:
        FLASH: [0, "CRC on entire flash"]
        BOOTAPP: [1, "CRC on boot and appl section of flash"]
        BOOT: [2, "CRC on boot section of flash"]
    MODE:
      _replace_enum:
        PRIORITY: [0, "Priority to flash"]

NVMCTRL:
  CTRLA:
    CMD:
      _replace_enum:
        NONE: [0, "No command"]
        WP: [1, "Write page"]
        ER: [2, "Erase page"]
        ERWP: [3, "Erase and write page"]
        PBC: [4, "Page buffer clear"]
        CHER: [5, "Chip erase"]
        EEER: [6, "EEPROM erase"]
        WFU: [7, "Write fuse (PDI only)"]

SLPCTRL:
  CTRLA:
    SMODE:
      _replace_enum:
        IDLE: [0, "Idle mode"]
        STANDBY: [1, "Standby Mode"]
        PDOWN: [2, "Power-down Mode"]

TCD0:
  EVCTRL?:
    CFG:
      _replace_enum:
        NEITHER: [0, "Neither Filter nor Asynchronous Event is enabled"]
        FILTERON: [1, "Input Capture Noise Cancellation Filter enabled"]
        ASYNCON: [2, "Asynchronous Event output qualification enabled"]

USART0:
  STATUS:
    _modify:
      WFB:
        access: write-only