STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
Data Fields
ETH_DMARxFrameInfos Struct Reference

Received Frame Informations structure definition. More...

#include <stm32f7xx_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 612 of file stm32f7xx_hal_eth.h.

Field Documentation

uint32_t buffer

Frame buffer

Definition at line 622 of file stm32f7xx_hal_eth.h.

ETH_DMADescTypeDef* FSRxDesc

First Segment Rx Desc

Definition at line 614 of file stm32f7xx_hal_eth.h.

uint32_t length

Frame length

Definition at line 620 of file stm32f7xx_hal_eth.h.

ETH_DMADescTypeDef* LSRxDesc

Last Segment Rx Desc

Definition at line 616 of file stm32f7xx_hal_eth.h.

uint32_t SegCount

Segment count

Definition at line 618 of file stm32f7xx_hal_eth.h.


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