void __5_1_2_6__0x0120_0x0123_32_LED_Override_Register() {
/**
 * @header:     	5.1.2.6 LED Override Register
 * @address:    	0x0120 - 0x0123 | Size: 32 bits
 *
 * @description:
 *
 * @note:
 *
 * +-------+-----------------------------------------------------------------------+------+--------------+
 * | Bits  | Description                                                           | Type | Default      |
 * +-------+-----------------------------------------------------------------------+------+--------------+
 * | 31:10 | RESERVED                                                              | RO   | 0x00000      |
 * +-------+-----------------------------------------------------------------------+------+--------------+
 * | 9:0   | Override LED                                                          | R/W  | 0000000000b  |
 * |       | These bits select whether each LEDx_0 and LEDx_1 pin will function    |      |              |
 * |       | as an LED or General Purpose Output (GPO).                            |      |              |
 * |       | The LSB bit of this field represents LED1_0, followed by LED1_1,      |      |              |
 * |       | LED2_0, etc. When configured as a GPO, the GPO output is controlled   |      |              |
 * |       | via the LED Output Register.                                          |      |              |
 * |       | 0 = LEDx_y pin functions as an LED                                    |      |              |
 * |       | 1 = LEDx_y pin functions as a GPO                                     |      |              |
 * +-------+-----------------------------------------------------------------------+------+--------------+
 *
 */
}