emac_esp_dma_transmit_multiple_buf_frame() function
Transmit data from multiple buffers over EMAC in single Ethernet frame. Data will be joint into single frame in order in which the buffers are stored in input array. @pre @p lengths array must have the same size as @p buffs array and their elements need to be stored in the same order, i.e. lengths[1] is a length associated with data buffer referenced at buffs[1] position.
Arguments
emac_esp_dma
EMAC DMA handle
buffs
array of pointers to buffers to be transmitted
lengths
array of lengths of the buffers
Return value
number of transmitted bytes on success zero on fail