void __5_1_1_6__0x0010_0x0013_32_Global_Interrupt_Status_Register() {
/**
 * @header:     	5.1.1.6 Global Interrupt Status Register
 * @address:    	0x0010 - 0x0013 | Size: 32 bits
 *
 * @description:	This register provides the top level interrupt status for the LUE and GPIO trigger and timestamp functions. These inter-
 *					rupts are enabled in the Global Interrupt Mask Register. For port specific interrupts, refer to the Port Interrupt Status
 *					Register.
 *
 * @note:
 *
* +-------+-----------------------------------------------------------------------+------+---------+
* | Bits  | Description                                                           | Type | Default |
* +-------+-----------------------------------------------------------------------+------+---------+
* | 31    | Lookup Engine (LUE) Interrupt Status                                  | RO   | 0b      |
* |       | Refer to the Address Lookup Table Interrupt Register for detailed LUE  |      |         |
* |       | interrupt status bits.                                                |      |         |
* |       | 0 = No interrupt                                                      |      |         |
* |       | 1 = Interrupt request                                                 |      |         |
* +-------+-----------------------------------------------------------------------+------+---------+
* | 30    | GPIO Pin Output Trigger and Timestamp Unit Interrupt Status           | RO   | 0b      |
* |       | Refer to the GPIO Status Monitor 1 Register to determine whether it is |      |         |
* |       | a Trigger Output Unit interrupt or a Timestamp Unit interrupt.         |      |         |
* |       | For the interrupt status for the port-based time stamping of PTP      |      |         |
* |       | egress frames, refer to the Port Interrupt Status Register and Port    |      |         |
* |       | PTP Timestamp Interrupt Status Register.                               |      |         |
* |       | 0 = No interrupt                                                      |      |         |
* |       | 1 = Interrupt request                                                 |      |         |
* +-------+-----------------------------------------------------------------------+------+---------+
* | 29:0  | RESERVED                                                              | RO   | -       |
* +-------+-----------------------------------------------------------------------+------+---------+

 */
}