![]() |
CMSIS-Driver
Version 2.00
Peripheral Interface for Middleware and Application Code
|
Configure the Specify Ethernet MAC operation modes. More...
Macros | |
#define | ARM_ETH_MAC_CONFIGURE (0x01) |
Configure MAC; arg = configuration. | |
#define | ARM_ETH_MAC_CONTROL_TX (0x02) |
Transmitter; arg = 0:disabled, 1:enabled. | |
#define | ARM_ETH_MAC_CONTROL_RX (0x03) |
Receiver; arg = 0:disabled, 1:enabled. | |
#define | ARM_ETH_MAC_FLUSH (0x04) |
Flush buffer; arg = ARM_ETH_MAC_FLUSH_... | |
#define | ARM_ETH_MAC_VLAN_FILTER (0x05) |
VLAN Filter for received frames; arg15..0: VLAN Tag; arg16: optional ARM_ETH_MAC_VLAN_FILTER_ID_ONLY. | |
Configure the Specify Ethernet MAC operation modes.
#define ARM_ETH_MAC_CONFIGURE (0x01) |
Configure MAC; arg = configuration.
#define ARM_ETH_MAC_CONTROL_RX (0x03) |
Receiver; arg = 0:disabled, 1:enabled.
#define ARM_ETH_MAC_CONTROL_TX (0x02) |
Transmitter; arg = 0:disabled, 1:enabled.
#define ARM_ETH_MAC_FLUSH (0x04) |
Flush buffer; arg = ARM_ETH_MAC_FLUSH_...
#define ARM_ETH_MAC_VLAN_FILTER (0x05) |
VLAN Filter for received frames; arg15..0: VLAN Tag; arg16: optional ARM_ETH_MAC_VLAN_FILTER_ID_ONLY.