emac_esp_dma_receive_frame() is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsRelatedReferences

Return value

- number of copied bytes when success - number of bytes of received Ethernet frame when maximum allowed buffer @p size is less than actual size of received Ethernet frame and @p size is NOT set to @c EMAC_DMA_BUF_SIZE_AUTO - 0 when there is no waiting Ethernet frame or on frame error when @p size is NOT set to @c EMAC_DMA_BUF_SIZE_AUTO

Notes

When this function is called with @c EMAC_DMA_BUF_SIZE_AUTO size option (preferred), buffer needs to be successfully allocated by ::emac_esp_dma_alloc_recv_buf function at first. When this function is NOT called with @c EMAC_DMA_BUF_SIZE_AUTO size option and maximum allowed buffer @p size is less than actual size of received Ethernet frame, the frame will be truncated. FCS field is never copied

References

from examples