STM32H735xx HAL User Manual
Data Fields
ETH_InitTypeDef Struct Reference

ETH Init Structure definition. More...

#include <stm32h7xx_hal_eth.h>

Data Fields

uint8_t * MACAddr
ETH_MediaInterfaceTypeDef MediaInterface
ETH_DMADescTypeDefTxDesc
ETH_DMADescTypeDefRxDesc
uint32_t RxBuffLen

Detailed Description

ETH Init Structure definition.

Definition at line 375 of file stm32h7xx_hal_eth.h.


Field Documentation

MAC Address of used Hardware: must be pointer on an array of 6 bytes

Definition at line 378 of file stm32h7xx_hal_eth.h.

Referenced by HAL_ETH_Init().

Selects the MII interface or the RMII interface.

Definition at line 380 of file stm32h7xx_hal_eth.h.

Referenced by HAL_ETH_Init().

Provides the length of Rx buffers size

Definition at line 386 of file stm32h7xx_hal_eth.h.

Referenced by HAL_ETH_GetRxDataBuffer(), and HAL_ETH_Init().

Provides the address of the first DMA Rx descriptor in the list

Definition at line 384 of file stm32h7xx_hal_eth.h.

Referenced by ETH_DMARxDescListInit().

Provides the address of the first DMA Tx descriptor in the list

Definition at line 382 of file stm32h7xx_hal_eth.h.

Referenced by ETH_DMATxDescListInit().


The documentation for this struct was generated from the following file: