Home
last modified time | relevance | path

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

/Zephyr-latest/tests/drivers/dma/loop_transfer/src/
Dtest_dma_loop.c34 #define TRANSFER_LOOPS (4) macro
37 static __aligned(32) uint8_t rx_data[TRANSFER_LOOPS][CONFIG_DMA_LOOP_TRANSFER_SIZE] = { { 0 } };
48 if (transfer_count < TRANSFER_LOOPS) { in test_transfer()
154 if (transfer_count < TRANSFER_LOOPS) { in test_loop()
155 transfer_count = TRANSFER_LOOPS; in test_loop()
165 for (int i = 0; i < TRANSFER_LOOPS; i++) { in test_loop()
264 if (transfer_count == TRANSFER_LOOPS) { in test_loop_suspend_resume()
277 if (transfer_count == TRANSFER_LOOPS) { in test_loop_suspend_resume()
299 if (transfer_count < TRANSFER_LOOPS) { in test_loop_suspend_resume()
300 transfer_count = TRANSFER_LOOPS; in test_loop_suspend_resume()
[all …]