Home
last modified time | relevance | path

Searched refs:mpsc_pbuf_hdr (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/include/zephyr/sys/
Dmpsc_packet.h37 struct mpsc_pbuf_hdr { struct
50 struct mpsc_pbuf_hdr hdr; argument
/Zephyr-latest/subsys/shell/
Dshell_log_backend.c142 uint8_t *dst_data = (uint8_t *)dst + sizeof(struct mpsc_pbuf_hdr); in copy_to_pbuffer()
143 uint8_t *src_data = (uint8_t *)msg + sizeof(struct mpsc_pbuf_hdr); in copy_to_pbuffer()
144 size_t hdr_wlen = DIV_ROUND_UP(sizeof(struct mpsc_pbuf_hdr), in copy_to_pbuffer()