Searched refs:xSemaphoreCreateCountingStatic (Results 1 – 3 of 3) sorted by relevance
1127 …#define xSemaphoreCreateCountingStatic( uxMaxCount, uxInitialCount, pxSemaphoreBuffer ) xQueueC… macro
116 handle = xSemaphoreCreateCountingStatic(NO_OF_ITEMS, 0, &queue_buffer);
638 handle = (void *)xSemaphoreCreateCountingStatic(max, init, queue_buffer); in semphr_create_wrapper()