Searched refs:xQueueCreateStatic (Results 1 – 4 of 4) sorted by relevance
30 QueueHandle_t xQueueCreateStatic(
92 QueueHandle_t xQueueCreateStatic( UBaseType_t uxQueueLength, UBaseType_t uxItemSize, uint8_t *pucQu… in xQueueCreateStatic() function
221 …btstack_run_loop_queue = xQueueCreateStatic(RUN_LOOP_QUEUE_LENGTH, RUN_LOOP_QUEUE_ITEM_SIZE, btsta… in btstack_run_loop_freertos_init()
914 - FreeRTOS: use xQueueCreateStatic (static variant of xQueueCreate) if available for static memory-…