void __5_1_4_21__0x0320_0x0323_32_Unknown_Unicast_Control_Register() {
/**
 * @header:     	5.1.4.21 Unknown Unicast Control Register
 * @address:    	0x0320 - 0x0323 | Size: 32 bits
 *
 * @description:	The following three registers control forwarding of packets with 1) unknown unicast destination address, 2) unknown
 *					multicast destination address, and 3) unknown VLAN ID.
 *					If a received packet falls into more than one of these categories, the precedence is:
 *					1. Unknown VID
 *					2. Unknown Unicast
 *					3. Unknown Multicast
 *
 * @note:
 *
 * +-------+-----------------------------------------------------------------------+------+----------+
 * | Bits  | Description                                                           | Type | Default  |
 * +-------+-----------------------------------------------------------------------+------+----------+
 * | 31    | Unknown Unicast Packet Forward                                        | R/W  | 0b       |
 * |       | 1 = Enable forwarding of unknown unicast packets to the ports         |      |          |
 * |       |     specified below                                                   |      |          |
 * |       | 0 = Disable unknown unicast packet forwarding                         |      |          |
 * +-------+-----------------------------------------------------------------------+------+----------+
 * | 30:7  | RESERVED                                                              | RO   | 0x000000 |
 * +-------+-----------------------------------------------------------------------+------+----------+
 * | 6:0   | Unknown Unicast Forwarding Ports                                      | R/W  | 000_0000b|
 * |       | Bit 0 is for port 1, Bit 1 is for port 2, etc.                        |      |          |
 * |       | 1 = Forward unknown unicast packets to that port                      |      |          |
 * |       | 0 = Do not forward to that port                                       |      |          |
 * |       | All ones = Forwarded to all ports                                     |      |          |
 * |       | All zeros = Forwarded to no ports                                     |      |          |
 * +-------+-----------------------------------------------------------------------+------+----------+
 *
 */
}