RTEMS 6.1-rc2
|
This structure provides data used by RTEMS to schedule a timer service routine. More...
#include <tx-support.h>
Data Fields | |
rtems_timer_service_routine_entry | routine |
This member contains a reference to the timer service routine. | |
void * | user_data |
This member contains a reference to the user data to be provided to the timer service routine. | |
Watchdog_Interval | interval |
This member contains the timer interval in ticks or seconds. | |
This structure provides data used by RTEMS to schedule a timer service routine.