void __5_1_4_22__0x0324_0x0327_32_Unknown_Multicast_Control_Register() {
/**
 * @header:     	5.1.4.22 Unknown Multicast Control Register
 * @address:    	0x0324 - 0x0327 | Size: 32 bits
 *
 * @description:
 *
 * @note:
 *
 * +-------+-----------------------------------------------------------------------+------+----------+
 * | Bits  | Description                                                           | Type | Default  |
 * +-------+-----------------------------------------------------------------------+------+----------+
 * | 31    | Unknown Multicast Packet Forward                                      | R/W  | 0b       |
 * |       | 1 = Enable forwarding of unknown multicast packets to the ports       |      |          |
 * |       |     specified below                                                   |      |          |
 * |       | 0 = Disable unknown multicast packet forwarding                       |      |          |
 * +-------+-----------------------------------------------------------------------+------+----------+
 * | 30:7  | RESERVED                                                              | RO   | 0x000000 |
 * +-------+-----------------------------------------------------------------------+------+----------+
 * | 6:0   | Unknown Multicast Forwarding Ports                                    | R/W  | 000_0000b|
 * |       | Bit 0 is for port 1, Bit 1 is for port 2, etc.                        |      |          |
 * |       | 1 = Forward unknown multicast packets to that port                    |      |          |
 * |       | 0 = Do not forward to that port                                       |      |          |
 * |       | All ones = Forwarded to all ports                                     |      |          |
 * |       | All zeros = Forwarded to no ports                                     |      |          |
 * +-------+-----------------------------------------------------------------------+------+----------+
 *
 */
}