RTEMS 6.1-rc4
Loading...
Searching...
No Matches
Data Fields
rtems_interrupt_server_entry Struct Reference

This structure represents an interrupt server entry. More...

#include <intr.h>

Data Fields

Chain_Node node
 This member is the node for the interrupt entry processing.
 
rtems_interrupt_server_controlserver
 This member references the interrupt server used to process the entry.
 
rtems_vector_number vector
 This member is the interrupt vector number.
 
rtems_interrupt_server_actionactions
 This member is the interrupt server actions list head.
 

Detailed Description

This structure represents an interrupt server entry.

Notes
This structure shall be treated as an opaque data type from the API point of view. Members shall not be accessed directly. An entry is initialized by rtems_interrupt_server_entry_initialize() and destroyed by rtems_interrupt_server_entry_destroy(). Interrupt server actions can be prepended to the entry by rtems_interrupt_server_action_prepend(). The entry is submitted to be serviced by rtems_interrupt_server_entry_submit().
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: