Searched refs:xSemaphoreCreateCountingStatic (Results 1 – 2 of 2) sorted by relevance
1053 …#define xSemaphoreCreateCountingStatic( uxMaxCount, uxInitialCount, pxSemaphoreBuffer ) xQueueCrea… macro
532 handle = xSemaphoreCreateCountingStatic(max, init, queue_buffer); in semphr_create_wrapper()