~ruther/avr-device

ref: 160cfaadc5e26288f3242eba60b36a27ce10366c avr-device/patch/common/twi.yaml -rw-r--r-- 474 bytes
160cfaad — Rahix atmega1280: Add missing Peripherals::take() 5 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
TWI:
  _modify:
    TWCR:
      access: read-write
  TWCR:
    _modify:
      TWWC:
        access: read-only
  TWAMR:
    _modify:
      TWAM:
        description: "TWI (Slave) Address Mask Bits"
  TWSR:
    _modify:
      TWS:
        access: read-only
    TWPS:
      _replace_enum:
        PRESCALER_1: [0, "Prescaler Value 1"]
        PRESCALER_4: [1, "Prescaler Value 4"]
        PRESCALER_16: [2, "Prescaler Value 16"]
        PRESCALER_64: [3, "Prescaler Value 64"]
Do not follow this link