URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gdb-7.1/] [sim/] [m32c/] [timer_a.h] - Rev 853
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