Searched refs:producer_task (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-3.6.0/components/freertos/test/ |
D | test_stream_buffers.c | 20 static void producer_task(void *arg) in producer_task() function 88 …result = xTaskCreatePinnedToCore(producer_task, "sender", 4096, &tc, UNITY_FREERTOS_PRIORITY + 2, …
|
/hal_espressif-3.6.0/components/spi_flash/test/ |
D | test_spi_flash.c | 353 void producer_task(void* varg) in producer_task() function 380 TEST_ASSERT(xTaskCreatePinnedToCore(&producer_task, "producer", 4096, &arg, 5, NULL, 1));
|