RTEMS 6.1-rc6
Loading...
Searching...
No Matches
Functions
irq-record.c File Reference

This source file contains the implementation of the interrupt event recording support. More...

#include <bsp/irq-generic.h>
#include <rtems/record.h>

Functions

rtems_interrupt_entry ** bsp_interrupt_get_dispatch_table_slot (rtems_vector_number index)
 Gets a reference to the interrupt handler table slot associated with the index.
 
void _Record_Interrupt_initialize (void)
 

Detailed Description

This source file contains the implementation of the interrupt event recording support.

Function Documentation

◆ bsp_interrupt_get_dispatch_table_slot()

rtems_interrupt_entry ** bsp_interrupt_get_dispatch_table_slot ( rtems_vector_number  index)

Gets a reference to the interrupt handler table slot associated with the index.

Returns
Returns a reference to the interrupt handler table slot associated with the index.