void __5_3_6_2__MIB_Counter_Freeze_and_Flush_Functions() {
/**
 * @header:     	5.3.6.2 MIB Counter Freeze and Flush Functions
 * @address:
 * @port:
 * @phy_register:
 *
 * @description:	Counter freeze and flush functions are available on a port-by-port basis. Freezing or flushing counters is initiated by
 *					setting the appropriate bit in the Switch MIB Control Register. The freeze or flush function will be applied to all ports for
 *					which the flush and freeze functions have been enabled. To enable flush and freeze for a port, set bit 24 in the Port MIB
 *					Control and Status Register.
 *					The following steps show an example of how flush and freeze are used to collect MIB statistics for all ports for a period
 *					of 1 second:
 *					1. Set the MIB Flush and Freeze Enable bit 24 in the Port MIB Control and Status Register for all ports N.
 *					2. Write 0x40 to the Switch MIB Control Register to freeze the MIB counters for all enabled ports.
 *					3. Write 0xC0 to the Switch MIB Control Register to clear the MIB counters for all enabled ports (while continuing
 *					to also freeze the counters).
 *					4. At the beginning of the 1 second period, write 0x00 to the Switch MIB Control Register to enable the counters.
 *					5. At the end of the 1 second period, write 0x40 to the Switch MIB Control Register to freeze the counters.
 *					6. Read each counter for each port.
 *
 * @note:
 *
 *
 */
}