void __4_14_2__REDUCED_MEDIA_INDEPENDENT_INTERFACE_RMII_PORT_6() {
    /**
     * @group:       	4.14.2 REDUCED MEDIA INDEPENDENT INTERFACE (RMII) (PORT 6)
     *
     * @description:	The reduced media independent interface (RMII) specifies a low pin count interface, which is based on MII, that provides
     *					communication with a MAC attached to the port. As with MII, RMII provides a common interface between physical layer
     *					and MAC layer devices, or between two MAC layer devices, and has the following key characteristics:
     *					• Supports network data rates of either 10Mbps or 100Mbps.
     *					• Uses a single 50MHz clock reference (provided internally or externally) for both transmit and receive data.
     *					• Uses independent 2-bit wide transmit and receive data paths.
     *					• Contains two distinct groups of signals: one for transmission and the other for reception.
     *					The user selects one of the two RMII clocking modes by setting the appropriate strapping option.
     *					While in RMII Normal Mode, the port will require an external 50MHz signal to be input to TX_CLK6/REFCLKI6 from an
     *					external source. This mode is selected by strapping the RXD6_1 pin high during reset.
     *					While in RMII Clock Mode, the port will output a 50MHz clock on RX_CLK6/REFCLKO6, which is derived from the
     *					25MHz crystal or oscillator attached to the XI clock input. The TX_CLK6/REFCLKI6 input is unused in this mode. This
     *					mode is selected by strapping the RXD6_1 pin low during reset.
     *					Refer to Section 3.2.1, "Configuration Straps," on page 18 for additional configuration strap information.
     *					Table 4-31 describes the signals used by the RMII interface. Refer to the RMII specification for full details on the signal
     *					descriptions.
     *
     *
     *					TABLE 4-31: RMII SIGNAL DESCRIPTIONS
     *					+-----------+------------+------------------+------------------+------------------------------------------+
     *					| RMII Signal| RMII Signal| Pin Direction    | Pin Direction    | RMII Signal Description                  |
     *					| Name (per | (per       | (with Respect to | (with Respect to |                                          |
     *					| spec)     | KSZ9477S)  | PHY, KSZ9477S)   | MAC)             |                                          |
     *					+-----------+------------+------------------+------------------+------------------------------------------+
     *					| REF_CLK   | REFCLKI6   | Input            | Input or Output  | Synchronous 50MHz reference clock, when  |
     *					|           |            |                  |                  | port is in RMII Normal Mode              |
     *					+-----------+------------+------------------+------------------+------------------------------------------+
     *					| n/a       | REFCLKO6   | Output           | Input            | Synchronous 50MHz reference clock, when  |
     *					|           |            |                  |                  | port is in RMII Clock Mode               |
     *					+-----------+------------+------------------+------------------+------------------------------------------+
     *					| TX_EN     | TX_EN6     | Input            | Output           | Transmit Enable                          |
     *					+-----------+------------+------------------+------------------+------------------------------------------+
     *					| TXD[1:0]  | TXD6_[1:0] | Input            | Output           | Transmit Data Bit [1:0]                  |
     *					+-----------+------------+------------------+------------------+------------------------------------------+
     *					| CRS_DV    | RX_DV6     | Output           | Input            | Carrier Sense / Receive Data Valid       |
     *					+-----------+------------+------------------+------------------+------------------------------------------+
     *					| RX_ER     | RX_ER6     | Output           | Input or         | Receive Error                            |
     *					|           |            |                  | not required     |                                          |
     *					+-----------+------------+------------------+------------------+------------------------------------------+
     *					| RXD[1:0]  | RXD6_[1:0] | Output           | Input            | Receive Data Bit [1:0]                   |
     *					+-----------+------------+------------------+------------------+------------------------------------------+
     *
     *
     *					A device port in RMII mode may connect to either an external MAC device (such as a host processor) or to an external
     *					PHY; but unlike MII, RMII does not provide separate PHY and MAC modes of operation. However, it is necessary to
     *					connect the pins properly.
     *
     *					TABLE 4-32: RMII CONNECTION TO EXTERNAL MAC
     *					+-----------------------------+-----------------------------+--------------------------+
     *					| RMII Interface Signals      | KSZ9477S Signals            | External MAC Device      |
     *					| Description                 |                             | Signals                  |
     *					+-----------------------------+-----------------------------+--------------------------+
     *					| Transmit Enable             | TX_EN6 (input)              | TX_EN (output)           |
     *					+-----------------------------+-----------------------------+--------------------------+
     *					| Transmit Data Bits [1:0]    | TXD6_[1:0] (input)          | TXD[1:0] (output)        |
     *					+-----------------------------+-----------------------------+--------------------------+
     *					| Reference Clock             | REFCLKI6 (input)            | REF_CLK                  |
     *					|                             | or REFCLKO6 (output)        | (input or output)        |
     *					+-----------------------------+-----------------------------+--------------------------+
     *					| Carrier Sense Data Valid    | RX_DV6 (output)             | CRS_DV (input)           |
     *					+-----------------------------+-----------------------------+--------------------------+
     *					| Receive Error               | RX_ER6 (output)             | RX_ER (input)            |
     *					+-----------------------------+-----------------------------+--------------------------+
     *					| Receive Data Bits [1:0]     | RXD6_[1:0] (output)         | RXD[1:0] (input)         |
     *					+-----------------------------+-----------------------------+--------------------------+

     *					TABLE 4-33: RMII CONNECTION TO EXTERNAL PHY
     *					+----------------------------+-----------------------------+--------------------------+
     *					| RMII Interface Signals     | KSZ9477S Signals            | External PHY Device      |
     *					| Description                |                             | Signals                  |
     *					+----------------------------+-----------------------------+--------------------------+
     *					| Transmit Enable            | RX_DV6 (output)             | TX_EN (input)            |
     *					+----------------------------+-----------------------------+--------------------------+
     *					| Transmit Data Bits [1:0]   | RXD6_[1:0] (output)         | TXD[1:0] (input)         |
     *					+----------------------------+-----------------------------+--------------------------+
     *					| Reference Clock            | REFCLKI6 (input)            | REF_CLK                  |
     *					|                            | or REFCLKO6 (output)        | (input or output)        |
     *					+----------------------------+-----------------------------+--------------------------+
     *					| Carrier Sense Data Valid   | TX_EN6 (input)              | CRS_DV (output)          |
     *					+----------------------------+-----------------------------+--------------------------+
     *					| Receive Error              | No connection               | RX_ER (output)           |
     *					+----------------------------+-----------------------------+--------------------------+
     *					| Receive Data Bits [1:0]    | TXD6_[1:0] (input)          | RXD[1:0] (output)        |
     *					+----------------------------+-----------------------------+--------------------------+
     *
     */
}