RTEMS 6.1-rc2
Loading...
Searching...
No Matches
Data Fields
rtems_interrupt_server_control Struct Reference

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.
 

Detailed Description

This structure represents an interrupt server.

Notes
This structure shall be treated as an opaque data type from the API point of view. Members shall not be accessed directly. The structure is initialized by rtems_interrupt_server_create() and maintained by the interrupt server support.
Constraints

The following constraints apply to this structure:

  • Members of the type shall not be accessed directly by the application.

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