emac_esp_dma_alloc_recv_buf() function
Allocate buffer with size equal to actually received Ethernet frame size.
Arguments
emac_esp_dma
EMAC DMA handle
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.