Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/sys/
Dring_buffer.h40 #define RING_BUFFER_SIZE_ASSERT_MSG "Size too big" macro
100 RING_BUFFER_SIZE_ASSERT_MSG); \
121 RING_BUFFER_SIZE_ASSERT_MSG); \
177 __ASSERT(size <= RING_BUFFER_MAX_SIZE, RING_BUFFER_SIZE_ASSERT_MSG); in ring_buf_init()
201 __ASSERT(size <= RING_BUFFER_MAX_SIZE / 4, RING_BUFFER_SIZE_ASSERT_MSG); in ring_buf_item_init()