Home
last modified time | relevance | path

Searched defs:uxInitialCount (Results 1 – 4 of 4) sorted by relevance

/Kernel-v10.6.2/include/
HDsemphr.h1025 …#define xSemaphoreCreateCounting( uxMaxCount, uxInitialCount ) xQueueCreateCountingSemaphore( (… argument
1112 …#define xSemaphoreCreateCountingStatic( uxMaxCount, uxInitialCount, pxSemaphoreBuffer ) xQueueC… argument
/Kernel-v10.6.2/
HDqueue.c816 const UBaseType_t uxInitialCount, in xQueueCreateCountingSemaphoreStatic()
852 const UBaseType_t uxInitialCount ) in xQueueCreateCountingSemaphore()
/Kernel-v10.6.2/portable/Common/
HDmpu_wrappers.c1416UBaseType_t uxInitialCount ) /* FREERTOS_SYSTEM_CALL */ in MPU_xQueueCreateCountingSemaphore()
1444 const UBaseType_t uxInitialCount, in MPU_xQueueCreateCountingSemaphoreStatic()
HDmpu_wrappers_v2.c2766UBaseType_t uxInitialCount ) /* PRIVILEGED_FUNCTION */ in MPU_xQueueCreateCountingSemaphore()
2798 const UBaseType_t uxInitialCount, in MPU_xQueueCreateCountingSemaphoreStatic()