Ethernet for Nucleo and Disco board STM32F746 works with gcc and arm. IAC is untested

Dependents:   STM32F746_iothub_client_sample_mqtt DISCO-F746NG_Ethernet Nucleo_F746ZG_Ethernet thethingsiO-DISCO_F746NG-mqtt ... more

Embed: (wiki syntax)

« Back to documentation index

pbuf_custom Struct Reference

pbuf_custom Struct Reference

A custom pbuf: like a pbuf, but following a function pointer to free it. More...

#include <pbuf.h>

Data Fields

struct pbuf pbuf
 The actual pbuf.
pbuf_free_custom_fn custom_free_function
 This function is called when pbuf_free deallocates this pbuf(_custom)

Detailed Description

A custom pbuf: like a pbuf, but following a function pointer to free it.

Definition at line 117 of file pbuf.h.


Field Documentation

pbuf_free_custom_fn custom_free_function

This function is called when pbuf_free deallocates this pbuf(_custom)

Definition at line 121 of file pbuf.h.

struct pbuf pbuf

The actual pbuf.

Definition at line 119 of file pbuf.h.