Forum Discussion
Altera_Forum
Honored Contributor
16 years agoalt_alarm_start()
int alt_alarm_start (alt_alarm* alarm, alt_u32 nticks, alt_u32 (*callback) (void* context), void* context); according to the handbook, program would transfer alt_u32 (*callback)(void* contex...
Altera_Forum
Honored Contributor
14 years agoThanks for your answer.
I checked the Micro_OS function but seems that there are no such function or better all the timer function are related to task so the only function that could help me is the OSTimeDly that allows a task to delay itself for a number of clock ticks. What I need in my program it's timer clock that tell me when i have to do a check and then return to the normal operation.