aboutsummaryrefslogtreecommitdiff
path: root/sim/m32c/timer_a.h
blob: e1e7f216bf2a8e4975da14bc2b907e1337038393 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
typedef struct
{
  int count;
  int reload;
  int prescale;
  int tcspr;
  unsigned char bsr;
  unsigned char mode;
  unsigned char ic;
} Timer_A;

extern Timer_A timer_a;