STM32F479xx HAL User Manual
|
Received Frame Informations structure definition. More...
#include <stm32f4xx_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 593 of file stm32f4xx_hal_eth.h.
uint32_t ETH_DMARxFrameInfos::buffer |
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().
uint32_t ETH_DMARxFrameInfos::length |
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().
uint32_t ETH_DMARxFrameInfos::SegCount |
Segment count
Definition at line 599 of file stm32f4xx_hal_eth.h.
Referenced by HAL_ETH_GetReceivedFrame_IT().