mirror of
https://github.com/apache/nuttx.git
synced 2026-05-18 00:34:10 +08:00
SAMA5D4: Updated EMAC header file
This commit is contained in:
@@ -456,10 +456,6 @@
|
||||
|
||||
#define EMAC_TID_MASK (0x0000ffff) /* Bits 0-15: For comparisons with received frames TypeID/Length field */
|
||||
|
||||
/* IPG Stretch Register */
|
||||
|
||||
#define EMAC_IPGS_FL_MASK (0x0000ffff) /* Bit 0-15: Frame Length */
|
||||
|
||||
/* Wake-up on LAN Register */
|
||||
|
||||
#define EMAC_WOL_IP_SHIFT (0) /* Bits 0-15: ARP Request IP Address */
|
||||
@@ -470,6 +466,10 @@
|
||||
#define EMAC_WOL_SA1 (1 << 18) /* Bit 18: Specific Address Register 1 Event Enable */
|
||||
#define EMAC_WOL_MTI (1 << 19) /* Bit 19: Multicast Hash Event Enable */
|
||||
|
||||
/* IPG Stretch Register */
|
||||
|
||||
#define EMAC_IPGS_FL_MASK (0x0000ffff) /* Bit 0-15: Frame Length */
|
||||
|
||||
/* Stacked VLAN Register */
|
||||
|
||||
#define EMAC_SVLAN_VLANTYPE_SHIFT (0) /* Bits 0-15: User Defined VLAN_TYPE Field */
|
||||
|
||||
Reference in New Issue
Block a user