repo.or.cz
/
binutils-gdb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Automatic date update in version.in
[binutils-gdb.git]
/
sim
/
m32c
/
timer_a.h
blob
2037ca36d1340419a547df8f1682d0c90ead2319
1
typedef
struct
2
{
3
int
count
;
4
int
reload
;
5
int
prescale
;
6
int
tcspr
;
7
unsigned char
bsr
;
8
unsigned char
mode
;
9
unsigned char
ic
;
10
}
Timer_A
;
11
12
extern
Timer_A timer_a
;
13
14
extern
void
update_timer_a
(
void
);