![]() |
STM32F769IDiscovery
1.00
uDANTE Audio Networking with STM32F7 DISCO board
|
Received Frame Informations structure definition. More...
#include <stm32f7xx_hal_eth.h>
Data Fields | |
ETH_DMADescTypeDef * | FSRxDesc |
ETH_DMADescTypeDef * | LSRxDesc |
uint32_t | SegCount |
uint32_t | length |
uint32_t | buffer |
Received Frame Informations structure definition.
Definition at line 612 of file stm32f7xx_hal_eth.h.
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.