Rtos API example
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 193 of file pbuf.h.
Field Documentation
Generated on Sun Jul 17 2022 08:25:42 by
1.7.2