Sign in
gnu
/
binutils-gdb
/
ab3fdfe6e4805eff45ec4d701d0cd6511d9c3690
/
.
/
sim
/
m32c
/
timer_a.h
blob: 2037ca36d1340419a547df8f1682d0c90ead2319 [
file
] [
log
] [
blame
]
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
;
extern
void
update_timer_a
(
void
);