void __4_14__MAC_Interface_Ports_6_and_7() {
    /**
     * @group:       	4.14 MAC Interface (Ports 6 and 7)
     *
     * @description:	Strapping options are used to individually select any of these MAC interface options for port 6:
     *					• Media Independent Interface (MII) (Port 6): Supports 100 and 10 Mbps data rates
     *					• Reduced Media Independent Interface (RMII) (Port 6): Supports 100 and 10 Mbps data rates
     *					• Reduced Gigabit Media Independent Interface (RGMII) (Port 6): Supports 1000, 100 and 10 Mbps data rates
     *					Port 7 is permanently configured as an SGMII port:
     *					• Serial Gigabit Media Independent Interface (SGMII) (Port 7): Supports 1000, 100 and 10 Mbps data rates
     *					Note that the signals on the KSZ9477S MAC interfaces are named as they would be for a PHY: the TX direction is into
     *					the KSZ9477S, while the RX direction is out of the KSZ9477S, as if to a host processor with integrated MAC. Signal
     *					connection to such a “MAC” device is TX-to-TX, and RX-to-RX.
     *					An external PHY (such as the Microchip KSZ9031RNX) may be connected to port 6, but in that case the signal connec-
     *					tion will be RX-to-TX, and TX-to-RX.
     *					The Port 6 MII/RMII/RGMII interface is powered by the VDDIO power supply.
     *
     */
}