RTEMS 6.1-rc6
Loading...
Searching...
No Matches
Data Fields
Timer_Scheduling_Data Struct Reference

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.
 

Detailed Description

This structure provides data used by RTEMS to schedule a timer service routine.


The documentation for this struct was generated from the following file: