~ruther/avr-device

ref: 98f4773c109d2ad0f12e0167888b483ffd7e27ec avr-device/patch/timer/atmega328pb.yaml -rw-r--r-- 726 bytes
98f4773c — František Boháček Add ADCs to MUX in ATmega8 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# This intermediate file is needed because peripheral-level includes are not
# supported in top-level files.

TC0:
  _include:
    - "dev/8bit.yaml"

TC1:
  _include:
    - "dev/16bit.yaml"

TC2:
  _include:
    - "dev/8bit-async.yaml"

TC3:
  TCCR3B:
    # Merge WGM32 and WGM33
    _delete:
      - "WGM3*"
    _add:
      WGM3:
        description: Waveform Generation Mode
        bitOffset: 3
        bitWidth: 2
        access: read-write
  _include:
    - "dev/16bit.yaml"

TC4:
  TCCR4B:
    # Merge WGM42 and WGM43
    _delete:
      - "WGM4*"
    _add:
      WGM4:
        description: Waveform Generation Mode
        bitOffset: 3
        bitWidth: 2
        access: read-write

  _include:
    - "dev/16bit.yaml"
Do not follow this link