RTEMS 6.1-rc5
Loading...
Searching...
No Matches
Data Fields
rtems_interrupt_server_action Struct Reference

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

#include <intr.h>

Data Fields

struct rtems_interrupt_server_actionnext
 This member is the reference to the next action or NULL.
 
rtems_interrupt_handler handler
 This member is the interrupt handler.
 
void * arg
 This member is the interrupt handler argument.
 

Detailed Description

This structure represents an interrupt server action.

Notes
This structure shall be treated as an opaque data type from the API point of view. Members shall not be accessed directly.
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: