void __4_2__LEDs() {
    /**
     * @group:       	4.2 LEDs
     *
     * @description:	Each PHY port has two programmable LED output pins, LEDx_0 and LEDx_1, to indicate the PHY link and activity sta-
     *					tus. Two different LED modes are available. The LED mode can be changed individually for each PHY port by writing
     *					to the PHY Mode bit in the PHY indirect register: MMD 2, address 0, bit 4:
     *					• 1 = Single-LED Mode
     *					• 0 = Tri-Color Dual-LED Mode (Default)
     *					Each LED output pin can directly drive an LED with a series resistor (typically 220Ω to 470Ω). LED outputs are active-
     *					low.
     */
}