~ruther/avr-device

ref: 1e37fc069fcf1789c9ccf211b039d933769d88d5 avr-device/patch/timer/dev/8bit-tiny88.yaml -rw-r--r-- 450 bytes
1e37fc06 — Michael Buesch Update the bare-metal crate to 1.0.0 2 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