HAL
ETH_TxDescListTypeDef is only used within HAL.
 
Symbols
loading...
Files
loading...

ETH_TxDescListTypeDef struct

DMA Transmit Descriptors Wrapper structure definition

Syntax

typedef struct {   uint32_t  TxDesc[ETH_TX_DESC_CNT];           uint32_t  CurTxDesc;                         uint32_t *PacketAddress[ETH_TX_DESC_CNT];     uint32_t *CurrentPacketAddress;              uint32_t BuffersInUse;                      uint32_t releaseIndex;                   } ETH_TxDescListTypeDef;

Fields

TxDesc

No summary provided. Read more...

CurTxDesc

No summary provided. Read more...

PacketAddress

No summary provided. Read more...

CurrentPacketAddress

No summary provided. Read more...

BuffersInUse

No summary provided. Read more...

releaseIndex

No summary provided. Read more...

Type Use

Variables of ETH_TxDescListTypeDef type
HAL_ETH_ReleaseTxPacket()::dmatxdesclist
ETH_Prepare_Tx_Descriptors()::dmatxdesclist
all items filtered out
ETH_TxDescListTypeDef
all items filtered out
ETH_TxDescListTypeDef
all items filtered out