URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gdb-7.1/] [sim/] [m32c/] [timer_a.h] - Rev 297
Go to most recent revision | Compare with Previous | Blame | View Log
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 ();
Go to most recent revision | Compare with Previous | Blame | View Log