Searched refs:EMAC_TX_DESC_SIZE (Results 1 – 2 of 2) sorted by relevance
124 static volatile EMAC_DESCRIPTOR_T tx_desc[EMAC_TX_DESC_SIZE];125 static volatile EMAC_FRAME_T tx_buf[EMAC_TX_DESC_SIZE];282 for (i = 0UL; i < EMAC_TX_DESC_SIZE; i++) in EMAC_TxDescInit()297 tx_desc[i].u32Next = (uint32_t)&tx_desc[(i + 1UL) % EMAC_TX_DESC_SIZE]; in EMAC_TxDescInit()
33 #define EMAC_TX_DESC_SIZE 4UL /*!< Number of Tx Descriptors, should be 2 at least \hideinitial… macro