void __5_3_4_1__VLAN_Table_Write_Operation() {
/**
 * @header:     	5.3.4.1 VLAN Table Write Operation
 * @address:
 * @port:
 * @phy_register:
 *
 * @description:	1. Write to the VLAN Table Entry 0 Register, VLAN Table Entry 1 Register, and VLAN Table Entry 2 Register to set
 *					up the data fields as described in Figure 5-4 and Table 5-4.
 *					2. Write the VLAN Index value in the VLAN Table Index Register. This is the 12-bit index (address) to select the
 *					table entry. It is equivalent to the VID which indexes the table during lookup.
 *					3. Write the VLAN Table Access Control Register to specify a write operation, and set START (bit 7). When the oper-
 *					ation is complete, bit 7 will be cleared automatically.
 *
 * @note:
 *
 *
 */
}