URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 488 |
Rev 489 |
Line 102... |
Line 102... |
printf("%2d.%03d",s_counter,ms_counter);
|
printf("%2d.%03d",s_counter,ms_counter);
|
printf("\r");
|
printf("\r");
|
|
|
}
|
}
|
|
|
void our_timer_handler(void *);
|
void our_timer_handler(void);
|
|
|
void our_timer_handler(void *ptr)
|
void our_timer_handler(void)
|
{
|
{
|
// Call time output function
|
// Call time output function
|
print_time();
|
print_time();
|
|
|
// can potentially also call cpu_timer_tick() here to hook back into
|
// can potentially also call cpu_timer_tick() here to hook back into
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.