|
Zephyr Project API 4.4.99
A Scalable Open Source RTOS
|
Buffer pool config structure. More...
#include <mpipe_buffer.h>
Data Fields | |
| uint32_t | size |
| Size of each buffer in bytes. | |
| uint16_t | align |
| Alignment of each buffer in bytes. | |
| uint8_t | min_buffers |
| Minimum number of buffers for the pool to work. | |
| uint8_t | max_buffers |
| Maximum number of buffers in the pool. | |
Buffer pool config structure.
| uint16_t mpipe_buffer_pool_config::align |
Alignment of each buffer in bytes.
| uint8_t mpipe_buffer_pool_config::max_buffers |
Maximum number of buffers in the pool.
| uint8_t mpipe_buffer_pool_config::min_buffers |
Minimum number of buffers for the pool to work.
| uint32_t mpipe_buffer_pool_config::size |
Size of each buffer in bytes.