Zephyr API 3.6.99
|
Macros | |
#define | SPSC_PBUF_CACHE BIT(0) |
Flag indicating that cache shall be handled. | |
#define | SPSC_PBUF_UTILIZATION_BITS 24 |
Size of the field which stores maximum utilization. | |
#define | SPSC_PBUF_UTILIZATION_OFFSET 8 |
Offset of the field which stores maximum utilization. | |
#define SPSC_PBUF_CACHE BIT(0) |
#include <zephyr/sys/spsc_pbuf.h>
Flag indicating that cache shall be handled.
It shall be used only when packet buffer is shared between two cores as on a single core cache shall not be handled manually because it results in data corruption.
#define SPSC_PBUF_UTILIZATION_BITS 24 |
#include <zephyr/sys/spsc_pbuf.h>
Size of the field which stores maximum utilization.
#define SPSC_PBUF_UTILIZATION_OFFSET 8 |
#include <zephyr/sys/spsc_pbuf.h>
Offset of the field which stores maximum utilization.