Home
last modified time | relevance | path

Searched refs:uxMutexSize (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-3.5.0/components/freertos/
Dqueue.c562 const UBaseType_t uxMutexLength = ( UBaseType_t ) 1, uxMutexSize = ( UBaseType_t ) 0; in xQueueCreateMutex() local
564 xNewQueue = xQueueGenericCreate( uxMutexLength, uxMutexSize, ucQueueType ); in xQueueCreateMutex()
579 const UBaseType_t uxMutexLength = ( UBaseType_t ) 1, uxMutexSize = ( UBaseType_t ) 0; in xQueueCreateMutexStatic() local
585 …xNewQueue = xQueueGenericCreateStatic( uxMutexLength, uxMutexSize, NULL, pxStaticQueue, ucQueueTyp… in xQueueCreateMutexStatic()