Home
last modified time | relevance | path

Searched refs:eth_dma_tx_descriptor_t (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.5.0/components/hal/include/hal/
Demac_hal.h73 } eth_dma_tx_descriptor_t; typedef
79 _Static_assert(sizeof(eth_dma_tx_descriptor_t) == 32, "eth_dma_tx_descriptor_t should occupy 32 byt…
163 eth_dma_tx_descriptor_t *tx_desc;
/hal_espressif-3.5.0/components/hal/
Demac_hal.c156 hal->tx_desc = (eth_dma_tx_descriptor_t *)(hal->rx_desc + in emac_hal_reset_desc_chain()
406 eth_dma_tx_descriptor_t *desc_iter = hal->tx_desc; in emac_hal_transmit_frame()
439 desc_iter = (eth_dma_tx_descriptor_t *)(desc_iter->Buffer2NextDescAddr); in emac_hal_transmit_frame()
445 hal->tx_desc = (eth_dma_tx_descriptor_t *)(hal->tx_desc->Buffer2NextDescAddr); in emac_hal_transmit_frame()
/hal_espressif-3.5.0/components/esp_eth/src/
Desp_eth_mac_esp.c475 CONFIG_ETH_DMA_TX_BUFFER_NUM * sizeof(eth_dma_tx_descriptor_t); in esp_emac_alloc_driver_obj()