[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
How to start a timer as a result of interrupt processing
- Date: Thu, 8 May 2008 15:44:21 +0200
- From: ingolf.steinbach at googlemail.com (Ingolf Steinbach)
- Subject: How to start a timer as a result of interrupt processing
Hi,
the C Users Guide for the classic API does not list any timer related
directives among thos allowed from an ISR. What is the best way to
start a timer as a result of interrupt processing? Would the ISR have
to send an event to a special task which then calls
rtems_timer_fire_after()?
Kind regards
Ingolf