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

Return value

Pointer to allocated buffer NULL when allocation fails (returned @p size is non-zero) NULL when there is no waiting Ethernet frame (returned @p size is zero)

Notes

If maximum allowed size of buffer to be allocated is less than actual size of received Ethernet frame, the buffer is allocated with that limit and the frame will be truncated by emac_hal_receive_frame.

References

from examples