|
Zephyr Project API 4.4.99
A Scalable Open Source RTOS
|
Common buffer metadata stored in net_buf user_data. More...
#include <mpipe_buffer.h>
Data Fields | |
| struct mpipe_buffer_pool * | pool |
| Buffer pool this buffer belongs to. | |
| uint32_t | bytes_used |
| Valid payload in bytes. | |
| uint32_t | timestamp |
| Timestamp in milliseconds. | |
| void * | driver_buf |
| Pointer to the real driver-owned buffer. | |
| void * | priv |
| Opaque pointer for plugin-specific usage. | |
Common buffer metadata stored in net_buf user_data.
| uint32_t mpipe_buffer_meta::bytes_used |
| void* mpipe_buffer_meta::driver_buf |
Pointer to the real driver-owned buffer.
| struct mpipe_buffer_pool* mpipe_buffer_meta::pool |
Buffer pool this buffer belongs to.
| void* mpipe_buffer_meta::priv |
Opaque pointer for plugin-specific usage.
| uint32_t mpipe_buffer_meta::timestamp |
Timestamp in milliseconds.