void __4_11_1__NORMAL_OPERATION_MODE() {
    /**
     * @group:       	4.11.1 NORMAL OPERATION MODE
     *
     * @description: 	At power-up, the device enters into Normal operation mode. It is also selected via bits [4:3] = 00 in the Power Down
     * 					Control 0 Register. When the device is in normal operation mode, all PLL clocks are running, PHYs and MACs are on,
     * 					and the CPU is ready to read or write the device registers through the serial interface (SPI, I 2C or MIIM).
     * 					During normal operation mode, the host processor can change the power management mode bits in the Power Down
     * 					Control 0 Register to transition to any of the other power management modes.
     *
     */
}