There is a discrepancy between the TM4C129 datasheets and the Tiva Driver Library datasheet for the ANMODE bits in the register Register 67: Ethernet MAC Peripheral Configuration Register (EMACPC).
The Datasheet says that a setting of 0x01 will set it to 100Base-TX, Half/Full Duplex when ANEN is set to 0x01.
The Tiva Driver Library says the following:
EMAC_PHY_AN_10B_T_FULL_DUPLEX enables auto-negotiation and advertises
10Base-T half or full duplex modes (sets the default value of PHY register MR9 bits [13:11]
to 3b101).
Which is correct?