STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
Loading...
Searching...
No Matches
ETH_RxDescListTypeDef Struct Reference

DMA Receive Descriptors Wrapper structure definition. More...

#include <stm32f4xx_hal_eth.h>

Collaboration diagram for ETH_RxDescListTypeDef:

Data Fields

uint32_t RxDesc [ETH_RX_DESC_CNT]
 
uint32_t ItMode
 
uint32_t RxDescIdx
 
uint32_t RxDescCnt
 
uint32_t RxDataLength
 
uint32_t RxBuildDescIdx
 
uint32_t RxBuildDescCnt
 
uint32_t pRxLastRxDesc
 
ETH_TimeStampTypeDef TimeStamp
 
void * pRxStart
 
void * pRxEnd
 

Detailed Description

DMA Receive Descriptors Wrapper structure definition.

Definition at line 190 of file stm32f4xx_hal_eth.h.

Field Documentation

◆ RxDesc

uint32_t ETH_RxDescListTypeDef::RxDesc[ETH_RX_DESC_CNT]

◆ ItMode

uint32_t ETH_RxDescListTypeDef::ItMode

◆ RxDescIdx

uint32_t ETH_RxDescListTypeDef::RxDescIdx

Definition at line 197 of file stm32f4xx_hal_eth.h.

Referenced by ETH_DMARxDescListInit(), and HAL_ETH_ReadData().

◆ RxDescCnt

uint32_t ETH_RxDescListTypeDef::RxDescCnt

Definition at line 199 of file stm32f4xx_hal_eth.h.

Referenced by ETH_DMARxDescListInit(), and HAL_ETH_ReadData().

◆ RxDataLength

uint32_t ETH_RxDescListTypeDef::RxDataLength

Definition at line 201 of file stm32f4xx_hal_eth.h.

Referenced by HAL_ETH_ReadData().

◆ RxBuildDescIdx

uint32_t ETH_RxDescListTypeDef::RxBuildDescIdx

Definition at line 203 of file stm32f4xx_hal_eth.h.

Referenced by ETH_DMARxDescListInit(), and ETH_UpdateDescriptor().

◆ RxBuildDescCnt

uint32_t ETH_RxDescListTypeDef::RxBuildDescCnt

◆ pRxLastRxDesc

uint32_t ETH_RxDescListTypeDef::pRxLastRxDesc

Definition at line 207 of file stm32f4xx_hal_eth.h.

Referenced by HAL_ETH_GetRxDataErrorCode(), and HAL_ETH_ReadData().

◆ TimeStamp

ETH_TimeStampTypeDef ETH_RxDescListTypeDef::TimeStamp

Definition at line 209 of file stm32f4xx_hal_eth.h.

Referenced by HAL_ETH_ReadData().

◆ pRxStart

void* ETH_RxDescListTypeDef::pRxStart

Definition at line 211 of file stm32f4xx_hal_eth.h.

Referenced by HAL_ETH_ReadData().

◆ pRxEnd

void* ETH_RxDescListTypeDef::pRxEnd

Definition at line 213 of file stm32f4xx_hal_eth.h.

Referenced by HAL_ETH_ReadData().


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