STM32F439xx HAL User Manual
Data Fields
ETH_HandleTypeDef Struct Reference

ETH Handle Structure definition. More...

#include <stm32f4xx_hal_eth.h>

Data Fields

ETH_TypeDef * Instance
ETH_InitTypeDef Init
uint32_t LinkStatus
ETH_DMADescTypeDefRxDesc
ETH_DMADescTypeDefTxDesc
ETH_DMARxFrameInfos RxFrameInfos
__IO HAL_ETH_StateTypeDef State
HAL_LockTypeDef Lock

Detailed Description

ETH Handle Structure definition.

Definition at line 627 of file stm32f4xx_hal_eth.h.


Field Documentation

Ethernet link status

Definition at line 633 of file stm32f4xx_hal_eth.h.

HAL_LockTypeDef ETH_HandleTypeDef::Lock

ETH Lock

Definition at line 643 of file stm32f4xx_hal_eth.h.

Referenced by HAL_ETH_Init().

Rx descriptor to Get

Definition at line 635 of file stm32f4xx_hal_eth.h.

Referenced by HAL_ETH_DMARxDescListInit(), HAL_ETH_GetReceivedFrame(), and HAL_ETH_GetReceivedFrame_IT().

last Rx frame infos

Definition at line 639 of file stm32f4xx_hal_eth.h.

Referenced by HAL_ETH_GetReceivedFrame(), and HAL_ETH_GetReceivedFrame_IT().

Tx descriptor to Set

Definition at line 637 of file stm32f4xx_hal_eth.h.

Referenced by HAL_ETH_DMATxDescListInit(), and HAL_ETH_TransmitFrame().


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