Symbols
loading...
Files
loading...

ETH_TX_DESC_CNT macro

Syntax

#define ETH_TX_DESC_CNT 4U

Examples

ETH_TX_DESC_CNT is referenced by 36 libraries and example projects.

References

LocationText
stm32f4xx_hal_eth.h:43
#define ETH_TX_DESC_CNT 4U
stm32f4xx_hal_eth.c:262
if ((inx) >= (uint32_t)ETH_TX_DESC_CNT){\
stm32f4xx_hal_eth.c:263
(inx) = ((inx) - (uint32_t)ETH_TX_DESC_CNT);}\
stm32f4xx_hal_eth.c:1463
idx = (idx + 1U) & (ETH_TX_DESC_CNT - 1U);
stm32f4xx_hal_eth.c:1501
idx = (idx + 1U) & (ETH_TX_DESC_CNT - 1U);
stm32f4xx_hal_eth.c:2941
for (i = 0; i < (uint32_t)ETH_TX_DESC_CNT; i++)
stm32f4xx_hal_eth.c:2955
if (i < ((uint32_t)ETH_TX_DESC_CNT - 1U))
stm32f4xx_hal_eth.h:42
#ifndef ETH_TX_DESC_CNT
stm32f4xx_hal_eth.h:96
uint32_t TxDesc[ETH_TX_DESC_CNT]; /*<! Tx DMA descriptors addresses */
stm32f4xx_hal_eth.h:100
uint32_t *PacketAddress[ETH_TX_DESC_CNT]; /*<! Ethernet packet addresses array */