Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/esp_ringbuf/test/
Dtest_ringbuf.c305 …int no_of_medium_items = (BUFFER_SIZE - (ITEM_HDR_SIZE + MEDIUM_ITEM_SIZE)) / (ITEM_HDR_SIZE + MED… variable
447 …int no_of_medium_items = (BUFFER_SIZE - (ITEM_HDR_SIZE + MEDIUM_ITEM_SIZE)) / (ITEM_HDR_SIZE + MED… variable
589 int no_of_medium_items = BUFFER_SIZE / MEDIUM_ITEM_SIZE; variable