Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
mpsc_packet.h File Reference
#include <string.h>
#include <stdint.h>
#include <stdbool.h>

Go to the source code of this file.

Data Structures

struct  mpsc_pbuf_hdr
 Generic packet header. More...
 
struct  mpsc_pbuf_skip
 Skip packet used internally by the packet buffer. More...
 
union  mpsc_pbuf_generic
 Generic packet header. More...
 

Macros

#define MPSC_PBUF_HDR_BITS   2
 Number of bits in the first word which are used by the buffer.
 
#define MPSC_PBUF_HDR
 Header that must be added to the first word in each packet.