Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/esp_eth/src/
Desp_eth_mac_openeth.c56 static esp_err_t emac_opencores_receive(esp_eth_mac_t *mac, uint8_t *buf, uint32_t *length);
93 } else if (emac_opencores_receive(&emac->parent, buffer, &length) == ESP_OK) { in emac_opencores_rx_task()
267 static esp_err_t emac_opencores_receive(esp_eth_mac_t *mac, uint8_t *buf, uint32_t *length) in emac_opencores_receive() function
398 emac->parent.receive = emac_opencores_receive; in esp_eth_mac_new_openeth()