Home
last modified time | relevance | path

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

/hal_espressif-3.5.0/components/driver/test/dac_dma_test/
Dtest_esp32s2.c69 static QueueHandle_t que_dac = NULL; variable
139 xQueueSendFromISR(que_dac, &adc_evt, &task_awoken); in dac_dma_isr()
170 if (que_dac == NULL) { in test_dac_dig_dma_intr_check()
171 que_dac = xQueueCreate(5, sizeof(dac_dma_event_t)); in test_dac_dig_dma_intr_check()
173 xQueueReset(que_dac); in test_dac_dig_dma_intr_check()
185 TEST_ASSERT_EQUAL( xQueueReceive(que_dac, &evt, 2000 / portTICK_RATE_MS), pdTRUE ); in test_dac_dig_dma_intr_check()