void __4_1_2_1__100BASE_TX_TRANSMIT() {
    /**
     * @group:       	4.1.2.1 100BASE-TX Transmit
     *
     * @description: 	The 100BASE-TX transmit function performs parallel-to-serial conversion, 4B/5B coding, scrambling, NRZ-to-NRZI con-
     * 					version, and MLT3 encoding and transmission.
     * 					The circuitry starts with a parallel-to-serial conversion, which converts the MII data from the MAC into a 125MHz serial
     * 					bit stream. The data and control stream is then converted into 4B/5B coding, followed by a scrambler. The serialized
     * 					data is further converted from NRZ-to-NRZI format, and then transmitted in MLT3 current output. An external ISET resis-
     * 					tor sets the output current for the 1:1 transformer ratio.
     * 					The output signal has a typical rise/fall time of 4ns and complies with the ANSI TP-PMD standard regarding amplitude
     * 					balance, overshoot, and timing jitter. The wave-shaped 10BASE-Te output driver is also incorporated into the 100BASE-
     * 					TX driver.
     */
}