void __4_11_2__ENERGY_DETECT_MODE() {
    /**
     * @group:       	4.11.2 ENERGY-DETECT MODE
     *
     * @description:	Energy-detect mode, also known as energy-detect power down (EDPD) mode, is enabled by setting bits [4:3] to 01 in
     * 					the Power Down Control 0 Register. Energy-detect mode provides a mechanism to save power when the device is not
     * 					connected to an active link partner. Auto-negotiation must be enabled when in energy-detect mode.
     * 					Energy-detect mode consists of two states, normal-power state and low-power state. When the device is in this mode,
     * 					it will monitor the cable energy. If there is no energy on the cable for a time longer than a pre-configured value, the device
     * 					will go into the low-power state. While in low-power state, the device reduces power consumption by disabling all cir-
     * 					cuitry except the energy-detect circuitry of the receiver, which consumes minimal power. When the device is in the low-
     * 					power state, it will transmit link pulses at long intervals, with a very low duty cycle. At the same time, it continuously
     * 					monitors for energy on the cable. Once energy is detected from the cable and is present for a time longer than 100ns,
     * 					the device will enter the normal-power state.
     *
     */
}