Home
last modified time | relevance | path

Searched refs:tx_ts_index (Results 1 – 2 of 2) sorted by relevance

/hal_infineon-latest/XMCLib/drivers/src/
Dxmc_eth_mac.c447 eth_mac->tx_ts_index = eth_mac->tx_index; in XMC_ETH_MAC_SendFrame()
756 eth_mac->tx_ts_index = eth_mac->tx_index; in XMC_ETH_MAC_ReturnTxDescriptor()
954 tx_desc = &eth_mac->tx_desc[eth_mac->tx_ts_index]; in XMC_ETH_MAC_GetTxTimeStamp()
/hal_infineon-latest/XMCLib/drivers/inc/
Dxmc_eth_mac.h389 uint8_t tx_ts_index; /**< Transmit time-stamp descriptor index */ member