Forum Discussion
Altera_Forum
Honored Contributor
20 years agonr_timer_milliseconds not found?
Hello Friends! When I compile this piece of code #include <asm/timer_struct.h>
int Timer_TimerDif(Timer_Data_t *timerData)
{
return nr_timer_milliseconds()-timerData->iStartTimer;
} I...
Altera_Forum
Honored Contributor
20 years agoHi Doug!
How can I create a new timer in a kernel project? Bye, Lothar.