~ruther/avr-device

ref: 1540fb957aa90fa57806f3cb2a8c58aba280dcd9 avr-device/patch/timer/dev/8bit-mega8.yaml -rw-r--r-- 449 bytes
1540fb95 — František Boháček Fix timer patches for ATmega8 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
TCCR?:
  CS0:
    _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