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

This structure represents an interrupt entry. More...

#include <intr.h>

Data Fields

rtems_interrupt_handler handler
 This member is the interrupt handler routine.
 
void * arg
 This member is the interrupt handler argument.
 
struct rtems_interrupt_entrynext
 This member is the reference to the next entry or NULL.
 
const char * info
 This member is the descriptive information of the entry.
 

Detailed Description

This structure represents an interrupt 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 may be initialized by RTEMS_INTERRUPT_ENTRY_INITIALIZER() or rtems_interrupt_entry_initialize(). It may be installed for an interrupt vector with rtems_interrupt_entry_install() and removed from an interrupt vector by rtems_interrupt_entry_remove().
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: