Symbols
loading...
Files
loading...

ETH_InitTypeDef::TxDesc field

Provides the address of the first DMA Tx descriptor in the list

Examples

ETH_InitTypeDef::TxDesc is referenced by 35 libraries and example projects.

References

LocationReferrerText
stm32f4xx_hal_eth.h:436
*TxDesc; /*!< Provides the address of the first DMA Tx descriptor in the list */
stm32f4xx_hal_eth.c:1470HAL_ETH_ReleaseTxPacket()
if ((heth->Init.TxDesc[idx].DESC0 & ETH_DMATXDESC_OWN) == 0U)
stm32f4xx_hal_eth.c:2943ETH_DMATxDescListInit()
dmatxdesc = heth->Init.TxDesc + i;
stm32f4xx_hal_eth.c:2957ETH_DMATxDescListInit()
WRITE_REG(dmatxdesc->DESC3, (uint32_t)(heth->Init.TxDesc + i + 1U));
stm32f4xx_hal_eth.c:2961ETH_DMATxDescListInit()
WRITE_REG(dmatxdesc->DESC3, (uint32_t)(heth->Init.TxDesc));
stm32f4xx_hal_eth.c:2971ETH_DMATxDescListInit()
WRITE_REG(heth->Instance->DMATDLAR, (uint32_t) heth->Init.TxDesc);

Data Use

Functions reading ETH_InitTypeDef::TxDesc
ETH_InitTypeDef::TxDesc
Type of ETH_InitTypeDef::TxDesc
ETH_InitTypeDef::TxDesc
all items filtered out