ETH_InitTypeDef struct
ETH Init Structure definition
Fields
Selects the MAC duplex mode: Half-Duplex or Full-Duplex mode This parameter can be a value of ETH_Duplex_Mode.
Ethernet PHY address. This parameter must be a number between Min_Data = 0 and Max_Data = 32.
MAC Address of used Hardware: must be pointer on an array of 6 bytes.
Selects the Ethernet Rx mode: Polling mode, Interrupt mode. This parameter can be a value of ETH_Rx_Mode.
Selects if the checksum is check by hardware or by software. This parameter can be a value of ETH_Checksum_Mode.
Selects the media-independent interface or the reduced media-independent interface. This parameter can be a value of ETH_Media_Interface.
Selects or not the AutoNegotiation mode for the external PHY The AutoNegotiation allows an automatic setting of the Speed (10/100Mbps) and the mode (half/full-duplex). This parameter can be a value of ETH_AutoNegotiation.
Sets the Ethernet speed: 10/100 Mbps. This parameter can be a value of ETH_Speed.