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

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

#include <intr.h>

Data Fields

rtems_interrupt_server_entry entry
 This member is the interrupt server entry.
 
rtems_interrupt_server_action action
 This member is the interrupt server action.
 

Detailed Description

This structure represents an interrupt server request.

Notes
This structure shall be treated as an opaque data type from the API point of view. Members shall not be accessed directly. A request is initialized by rtems_interrupt_server_request_initialize() and destroyed by rtems_interrupt_server_request_destroy(). The interrupt vector of the request can be set by rtems_interrupt_server_request_set_vector(). The request is submitted to be serviced by rtems_interrupt_server_request_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: