~ruther/avr-device

ref: 18749d94ca131128c31e0928760b0372a6e918af avr-device/patch/timer/dev/8bit-tiny88.yaml -rw-r--r-- 450 bytes
18749d94 — Rahix README: Format device list as a table 3 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
TCCR?A:
  CS?:
    _replace_enum:
      NO_CLOCK:      [0, "No clock source (Timer/Counter stopped)"]
      DIRECT:        [1, "Running, No Prescaling"]
      PRESCALE_8:    [2, "Running, CLK/8"]
      PRESCALE_64:   [3, "Running, CLK/64"]
      PRESCALE_256:  [4, "Running, CLK/256"]
      PRESCALE_1024: [5, "Running, CLK/1024"]
      EXT_FALLING:   [6, "Running, ExtClk Tx Falling Edge"]
      EXT_RISING:    [7, "Running, ExtClk Tx Rising Edge"]
Do not follow this link