7cc70e5388
* mem.h (m32c_sim_restore_console): New.
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 ();
|