Home
last modified time | relevance | path

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

/btstack/test/embedded/
H A Dqueue.h30 QueueHandle_t xQueueCreateStatic(
H A Dfreertos_test.cpp92 QueueHandle_t xQueueCreateStatic( UBaseType_t uxQueueLength, UBaseType_t uxItemSize, uint8_t *pucQu… in xQueueCreateStatic() function
/btstack/platform/freertos/
H A Dbtstack_run_loop_freertos.c221 …btstack_run_loop_queue = xQueueCreateStatic(RUN_LOOP_QUEUE_LENGTH, RUN_LOOP_QUEUE_ITEM_SIZE, btsta… in btstack_run_loop_freertos_init()
/btstack/
H A DCHANGELOG.md914 - FreeRTOS: use xQueueCreateStatic (static variant of xQueueCreate) if available for static memory-…