Home
last modified time | relevance | path

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

/hal_espressif-3.5.0/components/esp_eth/src/
Desp_eth_mac_openeth.c240 …ESP_GOTO_ON_FALSE(length < DMA_BUF_SIZE * TX_BUF_COUNT, ESP_ERR_INVALID_SIZE, err, TAG, "insuffici… in emac_opencores_transmit()
247 uint32_t will_write = MIN(bytes_remaining, DMA_BUF_SIZE); in emac_opencores_transmit()
362 emac->rx_buf[i] = heap_caps_calloc(1, DMA_BUF_SIZE, MALLOC_CAP_DMA); in esp_eth_mac_new_openeth()
372 emac->tx_buf[i] = heap_caps_calloc(1, DMA_BUF_SIZE, MALLOC_CAP_DMA); in esp_eth_mac_new_openeth()
Dopeneth.h30 #define DMA_BUF_SIZE 1600 macro