Home
last modified time | relevance | path

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

/hal_espressif-3.5.0/components/esp_ringbuf/
Dringbuf.c48 typedef BaseType_t (*CheckItemFitsFunction_t)(Ringbuffer_t *pxRingbuffer, size_t xItemSize); typedef
60CheckItemFitsFunction_t xCheckItemFits; //Function to check if item can currently fit in ring …