Found 11 other functions taking a
emac_esp_dma_t
argument:
Flush frame stored in Rx DMA
Copy received Ethernet frame from EMAC DMA memory space to application.
Get number of frames remaining in Rx DMA
Deletes the ESP EMAC DMA instance
Transmit data from buffer over EMAC
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.
Allocate buffer with size equal to actually received Ethernet frame size.
Set the Transmit Descriptor Word 0 (TDES0) control bits
Clear the Transmit Descriptor Word 0 (TDES0) control bits
Creates a new instance of the ESP EMAC DMA