forked from Imagelibrary/rtems
intr: Add Interrupt Manager implementation group
The shared BSP interrupt controller support code actually implements parts of the Interrupt Manager. Update #3706.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup bsp_interrupt
|
||||
* @ingroup RTEMSImplClassicIntr
|
||||
*
|
||||
* @brief This source file contains the implementation of
|
||||
* rtems_interrupt_get_affinity() and rtems_interrupt_set_affinity().
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup bsp_interrupt
|
||||
* @ingroup RTEMSImplClassicIntr
|
||||
*
|
||||
* @brief This source file contains the default implementation of
|
||||
* bsp_interrupt_handler_default().
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup bsp_interrupt
|
||||
* @ingroup RTEMSImplClassicIntr
|
||||
*
|
||||
* @brief This source file contains the default implementation of
|
||||
* bsp_interrupt_vector_enable(), bsp_interrupt_vector_disable(), and
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup bsp_interrupt
|
||||
* @ingroup RTEMSImplClassicIntr
|
||||
*
|
||||
* @brief This source file contains the implementation of
|
||||
* rtems_interrupt_get_attributes(), rtems_interrupt_vector_is_enabled(),
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup bsp_interrupt
|
||||
* @ingroup RTEMSImplClassicIntr
|
||||
*
|
||||
* @brief This source file contains the implementation of
|
||||
* rtems_interrupt_entry_remove() and bsp_interrupt_entry_remove().
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup bsp_interrupt
|
||||
* @ingroup RTEMSImplClassicIntr
|
||||
*
|
||||
* @brief This source file contains the generic interrupt controller support
|
||||
* implementation.
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup bsp_interrupt
|
||||
* @ingroup RTEMSImplClassicIntr
|
||||
*
|
||||
* @brief This source file contains the rtems_interrupt_handler_install()
|
||||
* implementation.
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup bsp_interrupt
|
||||
* @ingroup RTEMSImplClassicIntr
|
||||
*
|
||||
* @brief This source file contains the implementation of
|
||||
* rtems_interrupt_handler_iterate().
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup bsp_interrupt
|
||||
* @ingroup RTEMSImplClassicIntr
|
||||
*
|
||||
* @brief This source file contains the implementation of
|
||||
* rtems_interrupt_handler_remove().
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup bsp_interrupt
|
||||
* @ingroup RTEMSImplClassicIntr
|
||||
*
|
||||
* @brief This source file contains the implementation of
|
||||
* bsp_interrupt_report() and bsp_interrupt_report_with_plugin().
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup bsp_interrupt
|
||||
* @ingroup RTEMSImplClassicIntr
|
||||
*
|
||||
* @brief This source file contains the legacy interrupt controller support
|
||||
* implementation.
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup bsp_interrupt
|
||||
* @ingroup RTEMSImplClassicIntr
|
||||
*
|
||||
* @brief This source file contains the implementation of
|
||||
* bsp_interrupt_lock() and bsp_interrupt_unlock().
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup bsp_interrupt
|
||||
* @ingroup RTEMSImplClassicIntr
|
||||
*
|
||||
* @brief This source file contains the implementation of
|
||||
* rtems_interrupt_clear().
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup bsp_interrupt
|
||||
* @ingroup RTEMSImplClassicIntr
|
||||
*
|
||||
* @brief This source file contains the implementation of the interrupt event
|
||||
* recording support.
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup bsp_interrupt
|
||||
* @ingroup RTEMSImplClassicIntr
|
||||
*
|
||||
* @brief This source file contains the interrupt server implementation.
|
||||
*/
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup bsp_interrupt
|
||||
* @ingroup RTEMSImplClassicIntr
|
||||
*
|
||||
* @brief This source file contains the definition of
|
||||
* ::bsp_interrupt_shell_command.
|
||||
|
||||
Reference in New Issue
Block a user