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:
Sebastian Huber
2023-01-23 15:48:48 +01:00
parent 0340fd9a98
commit d36070fec8
35 changed files with 59 additions and 59 deletions

View File

@@ -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().

View File

@@ -3,7 +3,7 @@
/**
* @file
*
* @ingroup bsp_interrupt
* @ingroup RTEMSImplClassicIntr
*
* @brief This source file contains the default implementation of
* bsp_interrupt_handler_default().

View File

@@ -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

View File

@@ -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(),

View File

@@ -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().

View File

@@ -3,7 +3,7 @@
/**
* @file
*
* @ingroup bsp_interrupt
* @ingroup RTEMSImplClassicIntr
*
* @brief This source file contains the generic interrupt controller support
* implementation.

View File

@@ -3,7 +3,7 @@
/**
* @file
*
* @ingroup bsp_interrupt
* @ingroup RTEMSImplClassicIntr
*
* @brief This source file contains the rtems_interrupt_handler_install()
* implementation.

View File

@@ -3,7 +3,7 @@
/**
* @file
*
* @ingroup bsp_interrupt
* @ingroup RTEMSImplClassicIntr
*
* @brief This source file contains the implementation of
* rtems_interrupt_handler_iterate().

View File

@@ -3,7 +3,7 @@
/**
* @file
*
* @ingroup bsp_interrupt
* @ingroup RTEMSImplClassicIntr
*
* @brief This source file contains the implementation of
* rtems_interrupt_handler_remove().

View File

@@ -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().

View File

@@ -3,7 +3,7 @@
/**
* @file
*
* @ingroup bsp_interrupt
* @ingroup RTEMSImplClassicIntr
*
* @brief This source file contains the legacy interrupt controller support
* implementation.

View File

@@ -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().

View File

@@ -3,7 +3,7 @@
/**
* @file
*
* @ingroup bsp_interrupt
* @ingroup RTEMSImplClassicIntr
*
* @brief This source file contains the implementation of
* rtems_interrupt_clear().

View File

@@ -3,7 +3,7 @@
/**
* @file
*
* @ingroup bsp_interrupt
* @ingroup RTEMSImplClassicIntr
*
* @brief This source file contains the implementation of the interrupt event
* recording support.

View File

@@ -3,7 +3,7 @@
/**
* @file
*
* @ingroup bsp_interrupt
* @ingroup RTEMSImplClassicIntr
*
* @brief This source file contains the interrupt server implementation.
*/

View File

@@ -3,7 +3,7 @@
/**
* @file
*
* @ingroup bsp_interrupt
* @ingroup RTEMSImplClassicIntr
*
* @brief This source file contains the definition of
* ::bsp_interrupt_shell_command.