STM32F479xx 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 593 of file stm32f4xx_hal_eth.h.


Field Documentation

Frame buffer

Definition at line 603 of file stm32f4xx_hal_eth.h.

Referenced by HAL_ETH_GetReceivedFrame(), and HAL_ETH_GetReceivedFrame_IT().

First Segment Rx Desc

Definition at line 595 of file stm32f4xx_hal_eth.h.

Referenced by HAL_ETH_GetReceivedFrame_IT().

Frame length

Definition at line 601 of file stm32f4xx_hal_eth.h.

Referenced by HAL_ETH_GetReceivedFrame(), and HAL_ETH_GetReceivedFrame_IT().

Last Segment Rx Desc

Definition at line 597 of file stm32f4xx_hal_eth.h.

Referenced by HAL_ETH_GetReceivedFrame(), and HAL_ETH_GetReceivedFrame_IT().

Segment count

Definition at line 599 of file stm32f4xx_hal_eth.h.

Referenced by HAL_ETH_GetReceivedFrame_IT().


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