Searched refs:DMA_LIST (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/tests/drivers/dma/chan_blen_transfer/src/ |
D | test_dma.c | 92 #define DMA_LIST LISTIFY(CONFIG_DMA_LOOP_TRANSFER_NUMBER_OF_DMAS, DMA_NAME, (,)) macro 134 FOR_EACH(TEST_TASK, (), DMA_LIST);
|
/Zephyr-latest/tests/drivers/dma/loop_transfer/src/ |
D | test_dma_loop.c | 475 #define DMA_LIST LISTIFY(CONFIG_DMA_LOOP_TRANSFER_NUMBER_OF_DMAS, DMA_NAME, (,)) macro 484 FOR_EACH(TEST_LOOP, (), DMA_LIST); 493 FOR_EACH(TEST_LOOP_SUSPEND_RESUME, (), DMA_LIST); 502 FOR_EACH(TEST_LOOP_REPEATED_START_STOP, (), DMA_LIST);
|