void __5_3_2__STATIC_ADDRESS_TABLE() {
/**
 * @header:     	5.3.2 STATIC ADDRESS TABLE
 * @address:
 * @port:
 * @phy_register:
 *
 * @description:	The Static Address Table is one of three tables used for MAC address lookup. It can hold up to 16 static address entries,
 *					thereby minimizing the number of static entries that may need to be programmed into the Address Lookup Table, which
 *					is used primarily for dynamic entries. In response to a destination address (DA) lookup, all tables are searched to make
 *					a packet forwarding decision. Entries in this table are programmed by the host processor, and are never aged.
 *					A static DA lookup result (in either this table or the Address Lookup Table) takes precedence over the dynamic DA
 *					lookup result.
 *					The Static Address Table has 16 entries and is accessed indirectly. The Static Address and Reserved Multicast Table
 *					Control Register is used for indexing and read/write control. The following registers are used for the data fields:
 *					• Static Address Table Entry 1 Register
 *					• Static Address Table Entry 2 Register
 *					• Static Address Table Entry 3 Register
 *					• Static Address Table Entry 4 Register
 *
 * @note:
 *
 *
 */
}