Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/esp_ringbuf/test/
Dtest_ringbuf.c27 #define LARGE_ITEM_SIZE (2 * SMALL_ITEM_SIZE) //16 bytes macro
31 static const uint8_t large_item[LARGE_ITEM_SIZE] = { 0x08, 0x09, 0x0A, 0x0B, 0x0C, 0x0D, 0x0E, 0x0F,
236 send_item_and_check(buffer_handle, large_item, LARGE_ITEM_SIZE, TIMEOUT_TICKS, false);
238 …receive_check_and_return_item_no_split(buffer_handle, large_item, LARGE_ITEM_SIZE, TIMEOUT_TICKS, …
378 send_item_and_check(buffer_handle, large_item, LARGE_ITEM_SIZE, TIMEOUT_TICKS, false);
380 …receive_check_and_return_item_allow_split(buffer_handle, large_item, LARGE_ITEM_SIZE, TIMEOUT_TICK…
520 send_item_and_check(buffer_handle, large_item, LARGE_ITEM_SIZE, TIMEOUT_TICKS, false);
522 …receive_check_and_return_item_byte_buffer(buffer_handle, large_item, LARGE_ITEM_SIZE, TIMEOUT_TICK…