void __5_5_5__0x1F0004_16_SGMII_Auto_Negotiation_Advertisement_Register() {
/**
 * @header:     	5.5.5 SGMII AUTO-NEGOTIATION ADVERTISEMENT REGISTER
 * @address:    	0x1F0004 | Size: 16 bits
 * @port:
 * @phy_register:
 * @mmd_register:
 * @description:	The fields in this register are used in the codeword that is transmitted for auto-negotiation when in SerDes mode
 *					(1000BASE-X). Also, after making changes to SGMII Auto-Negotiation Control Register, those changes don’t take effect
 *					until this register is written.
 *
 * @note:
 *
 * +-------+------------------------------------------------------------------------------------+-----------+----------------------+
 * | Bits  | Description                                                                        | Type      | Default              |
 * +-------+------------------------------------------------------------------------------------+-----------+----------------------+
 * | 15    | Next Page                                                                          | RO        | 0b                   |
 * |       | This field indicates the ability of this device to support the Next Page feature   |           |                      |
 * |       | of auto-negotiation. This bit always returns 0 because this device does not        |           |                      |
 * |       | support Next Page.                                                                 |           |                      |
 * +-------+------------------------------------------------------------------------------------+-----------+----------------------+
 * | 14    | RESERVED                                                                           | RO        | 0b                   |
 * +-------+------------------------------------------------------------------------------------+-----------+----------------------+
 * | 13:12 | Remote Fault                                                                       | R/W       | 00b                  |
 * |       | This field indicates the fault signaling of this device to be communicated to      |           |                      |
 * |       | the link partner.                                                                  |           |                      |
 * |       | 00 = No error                                                                      |           |                      |
 * |       | 01 = Offine                                                                        |           |                      |
 * |       | 10 = Link failure                                                                  |           |                      |
 * |       | 11 = Auto-negotiation error                                                        |           |                      |
 * +-------+------------------------------------------------------------------------------------+-----------+----------------------+
 * | 11:9  | RESERVED                                                                           | RO        | 000b                 |
 * +-------+------------------------------------------------------------------------------------+-----------+----------------------+
 * | 8:7   | Pause Ability                                                                      | R/W       | 00b                  |
 * |       | This field indicates the Pause ability of this device to the link partner.         |           |                      |
 * |       | 00 = No Pause                                                                      |           |                      |
 * |       | 01 = Asymmetric Pause towards the link partner                                     |           |                      |
 * |       | 10 = Symmetric Pause                                                               |           |                      |
 * |       | 11 = Symmetric Pause and Asymmetric Pause towards this device                      |           |                      |
 * +-------+------------------------------------------------------------------------------------+-----------+----------------------+
 * | 6     | Half Duplex                                                                        | R/W       | 0b                   |
 * |       | When set to 1, this bit indicates that this device can operate in the half-        |           |                      |
 * |       | duplex mode.                                                                       |           |                      |
 * +-------+------------------------------------------------------------------------------------+-----------+----------------------+
 * | 5     | Full Duplex                                                                        | R/W       | 1b                   |
 * |       | When set to 1, this bit indicates that this device can operate in the full-duplex  |           |                      |
 * |       | mode                                                                               |           |                      |
 * +-------+------------------------------------------------------------------------------------+-----------+----------------------+
 * | 4:0   | RESERVED                                                                           | RO        | 00000b               |
 * +-------+------------------------------------------------------------------------------------+-----------+----------------------+
 *
 */
}