Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/sys/
Dring_buffer.h49 struct ring_buf { struct
52 struct ring_buf_index put; argument
53 struct ring_buf_index get; argument
60 uint32_t ring_buf_area_claim(struct ring_buf *buf, struct ring_buf_index *ring, argument
/Zephyr-latest/include/zephyr/shell/
Dshell_history.h22 struct ring_buf *ring_buf; member