Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/include/zephyr/sys/
Dring_buffer.h41 struct ring_buf { struct
55 * @brief Function to force ring_buf internal states to given value argument
/Zephyr-Core-3.6.0/drivers/i2s/
Di2s_litex.h73 struct ring_buf { struct
84 struct ring_buf mem_block_queue; argument
Di2s_ll_stm32.h16 struct ring_buf { struct
17 struct queue_item *buf;
18 uint16_t len;
19 uint16_t head;
20 uint16_t tail;
Di2s_sam_ssc.c61 struct ring_buf { struct
62 struct queue_item *buf;
86 struct ring_buf mem_block_queue; argument
/Zephyr-Core-3.6.0/include/zephyr/shell/
Dshell_history.h22 struct ring_buf *ring_buf; member
/Zephyr-Core-3.6.0/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;