Home
last modified time | relevance | path

Searched defs:ring_buf (Results 1 – 6 of 6) sorted by relevance

/Zephyr-Core-2.7.6/include/sys/
Dring_buffer.h34 struct ring_buf { struct
37 union ring_buf_misc { argument
51 union ring_buf_buffer { argument
77 * @code extern struct ring_buf <name>; @endcode argument
/Zephyr-Core-2.7.6/drivers/i2s/
Di2s_litex.h81 struct ring_buf { struct
92 struct ring_buf mem_block_queue; argument
Di2s_ll_stm32.h63 struct ring_buf { struct
64 struct queue_item *buf;
65 uint16_t len;
66 uint16_t head;
67 uint16_t tail;
Di2s_sam_ssc.c58 struct ring_buf { struct
59 struct queue_item *buf;
60 uint16_t len;
84 struct ring_buf mem_block_queue; argument
/Zephyr-Core-2.7.6/include/shell/
Dshell_history.h22 struct ring_buf *ring_buf; member
/Zephyr-Core-2.7.6/drivers/ethernet/
Deth_sam_gmac_priv.h211 struct ring_buf { struct
212 uint32_t *buf;
213 uint16_t len;
214 uint16_t head;
215 uint16_t tail;