Zephyr Project API 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
mpipe_buffer_pool_config Struct Reference

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.

Detailed Description

Buffer pool config structure.

Field Documentation

◆ align

uint16_t mpipe_buffer_pool_config::align

Alignment of each buffer in bytes.

◆ max_buffers

uint8_t mpipe_buffer_pool_config::max_buffers

Maximum number of buffers in the pool.

◆ min_buffers

uint8_t mpipe_buffer_pool_config::min_buffers

Minimum number of buffers for the pool to work.

◆ size

uint32_t mpipe_buffer_pool_config::size

Size of each buffer in bytes.


The documentation for this struct was generated from the following file: