STM32F439xx HAL User Manual
Data Fields
ETH_DMARxFrameInfos Struct Reference

Received Frame Informations structure definition. More...

#include <stm32f4xx_hal_eth.h>

Data Fields

ETH_DMADescTypeDefFSRxDesc
ETH_DMADescTypeDefLSRxDesc
uint32_t SegCount
uint32_t length
uint32_t buffer

Detailed Description

Received Frame Informations structure definition.

Definition at line 609 of file stm32f4xx_hal_eth.h.


Field Documentation

Frame buffer

Definition at line 619 of file stm32f4xx_hal_eth.h.

Referenced by HAL_ETH_GetReceivedFrame(), and HAL_ETH_GetReceivedFrame_IT().

First Segment Rx Desc

Definition at line 611 of file stm32f4xx_hal_eth.h.

Referenced by HAL_ETH_GetReceivedFrame_IT().

Frame length

Definition at line 617 of file stm32f4xx_hal_eth.h.

Referenced by HAL_ETH_GetReceivedFrame(), and HAL_ETH_GetReceivedFrame_IT().

Last Segment Rx Desc

Definition at line 613 of file stm32f4xx_hal_eth.h.

Referenced by HAL_ETH_GetReceivedFrame(), and HAL_ETH_GetReceivedFrame_IT().

Segment count

Definition at line 615 of file stm32f4xx_hal_eth.h.

Referenced by HAL_ETH_GetReceivedFrame_IT().


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