Searched refs:xSemaphoreCreateCountingStatic (Results 1 – 4 of 4) sorted by relevance
1047 …#define xSemaphoreCreateCountingStatic( uxMaxCount, uxInitialCount, pxSemaphoreBuffer ) xQueueCrea… macro
116 handle = xSemaphoreCreateCountingStatic(NO_OF_ITEMS, 0, &queue_buffer);
432 handle = xSemaphoreCreateCountingStatic(max, init, queue_buffer); in semphr_create_wrapper()
534 handle = xSemaphoreCreateCountingStatic(max, init, queue_buffer); in semphr_create_wrapper()