mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-17 13:10:12 +08:00
15 lines
204 B
C
15 lines
204 B
C
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 ();
|