Searched refs:que_dac (Results 1 – 1 of 1) sorted by relevance
69 static QueueHandle_t que_dac = NULL; variable139 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()