6#ifndef ZEPHYR_INCLUDE_SYS_MPSC_PACKET_H_
7#define ZEPHYR_INCLUDE_SYS_MPSC_PACKET_H_
25#define MPSC_PBUF_HDR_BITS 2
32#define MPSC_PBUF_HDR \
#define MPSC_PBUF_HDR
Header that must be added to the first word in each packet.
Definition mpsc_packet.h:32
#define MPSC_PBUF_HDR_BITS
Number of bits in the first word which are used by the buffer.
Definition mpsc_packet.h:25
__UINT32_TYPE__ uint32_t
Definition stdint.h:90
Generic packet header.
Definition mpsc_packet.h:37
uint32_t data
Definition mpsc_packet.h:39
Skip packet used internally by the packet buffer.
Definition mpsc_packet.h:43
uint32_t len
Definition mpsc_packet.h:45
Generic packet header.
Definition mpsc_packet.h:49
struct mpsc_pbuf_skip skip
Definition mpsc_packet.h:51
uint32_t raw
Definition mpsc_packet.h:52
struct mpsc_pbuf_hdr hdr
Definition mpsc_packet.h:50