Searched defs:deRingbuffer_s (Results 1 – 1 of 1) sorted by relevance
32 struct deRingbuffer_s struct34 int32_t blockSize;35 int32_t blockCount;36 int32_t *blockUsage;37 uint8_t *buffer;39 deSemaphore emptyCount;40 deSemaphore fullCount;42 int32_t outBlock;43 int32_t outPos;45 int32_t inBlock;[all …]