void __4_1_1_5__ADAPTIVE_EQUALIZER() {
    /**
     * @group:       	4.1.1.5 Adaptive Equalizer
     *
     * @description: 	In 1000BASE-T mode, the adaptive equalizer provides the following functions:
     * 					• Detection for partial response signaling
     * 					• Removal of NEXT and ECHO noise
     * 					• Channel equalization
     * 					Signal quality is degraded by residual echo that is not removed by the analog hybrid because of impedance mismatch.
     * 					The device uses a digital echo canceler to further reduce echo components on the receive signal.
     * 					In 1000BASE-T mode, data transmission and reception occurs simultaneously on all four pairs of wires (four channels).
     * 					This results in high-frequency cross-talk coming from adjacent wires. The device uses three NEXT cancelers on each
     * 					receive channel to minimize the cross-talk induced by the other three channels.
     * 					In 10BASE-Te/100BASE-TX mode, the adaptive equalizer needs only to remove the inter-symbol interference and
     * 					recover the channel loss from the incoming data.
     */


}