void __5_3_6_1__MIB_Counter_Read_Operation() {
/**
 * @header:     	5.3.6.1 MIB Counter Read Operation
 * @address:
 * @port:
 * @phy_register:
 *
 * @description:	Indirect access registers are used to read the MIB counters. Separate access registers are provided for each port via
 *					the Port MIB Control and Status Register and Port MIB Data Register. All MIB Counters are read-clear. The steps for
 *					reading a counter are as follows:
 *					1. Write the MIB Index to bits [23:16] of the Port MIB Control and Status Register.
 *					2. Set the MIB Read Enable in bit 25 of the Port MIB Control and Status Register. This step and the previous step
 *					may be done together.
 *					3. Read the MIB Read Enable / Count Valid in bit 25 of the Port MIB Control and Status Register. A '0' value indi-
 *					cates that the read is complete and the count is valid.
 *					4. Read the count value from the Port MIB Data Register. For 36-bit counters, counter bits [35:32] are read from the
 *					Port MIB Control and Status Register. The Counter Overflow bit is also found in the Port MIB Control and Status
 *					Register.
 *
 * @note:
 *
 *
 */
}