void vEthernetBufferRelease( uint8_t *pucEthernetBuffer );
Returns to the IP stack an Ethernet buffer that was previously obtained from the IP stack by a call to pucEthernetBufferGet().
vEthernetBufferRelease() must not be called from an interrupt service routine (ISR).
Parameters:
| pucEthernetBuffer |
A pointer to the Ethernet buffer being released
(returned to the IP stack).
|
Example usage:
Examples are provided on the Porting FreeRTOS to a Different Microcontroller page.