HAL
ETH_TxDescListTypeDef
is only used within HAL.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
HAL
ETH_TxDescListTypeDef
ETH_TxDescListTypeDef struct
DMA Transmit Descriptors Wrapper structure definition
Syntax
Show:
Summary
Declaration
from
stm32f4xx_hal_eth.h:94
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
Field
Declared as
ETH_TxDescListTypeDef::PacketAddress
uint32_t
*
[
ETH_TX_DESC_CNT
]
ETH_TxDescListTypeDef::CurrentPacketAddress
uint32_t
*
ETH_TxDescListTypeDef::BuffersInUse
uint32_t
ETH_TxDescListTypeDef::releaseIndex
uint32_t
ETH_TxDescListTypeDef::TxDesc
uint32_t
[
ETH_TX_DESC_CNT
]
ETH_TxDescListTypeDef::CurTxDesc
uint32_t
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out