Searched defs:uxInitialCount (Results 1 – 2 of 2) sorted by relevance
972 …#define xSemaphoreCreateCounting( uxMaxCount, uxInitialCount ) xQueueCreateCountingSemaphore( ( ux… argument1053 …#define xSemaphoreCreateCountingStatic( uxMaxCount, uxInitialCount, pxSemaphoreBuffer ) xQueueCrea… argument
701 …reateCountingSemaphoreStatic( const UBaseType_t uxMaxCount, const UBaseType_t uxInitialCount, Stat… in xQueueCreateCountingSemaphoreStatic()729 …e_t xQueueCreateCountingSemaphore( const UBaseType_t uxMaxCount, const UBaseType_t uxInitialCount ) in xQueueCreateCountingSemaphore()