RTEMS 6.1-rc2
|
This structure represents an interrupt server. More...
#include <intr.h>
Data Fields | |
Chain_Control | entries |
This member is the chain of pending interrupt entries. | |
rtems_id | server |
This member is the identifier of the server task. | |
unsigned long | errors |
This member is the error count. | |
uint32_t | index |
This member is the server index. | |
Chain_Node | node |
This member is the node for the interrupt server registry. | |
void(* | destroy )(struct rtems_interrupt_server_control *) |
This member is the optional handler to destroy the interrupt server control. | |
This structure represents an interrupt server.
The following constraints apply to this structure: