Lines Matching full:transfer
9 * @brief Verify zephyr dma memory to memory cyclic transfer
13 * -# Start transfer tx -> rx
14 * -# Wait for a block transfer to complete
15 * -# Suspend transfer and check tx/rx contents match
16 * -# Invalidate rx data and resume transfer
17 * -# Wait for a block transfer to complete
18 * -# Stop transfer and check tx/rx contents match
81 TC_PRINT("Configuring cyclic transfer on channel %d\n", chan_id); in test_cyclic()
84 TC_PRINT("ERROR: transfer config (%d)\n", chan_id); in test_cyclic()
88 TC_PRINT("Starting cyclic transfer on channel %d and waiting for first block to complete\n", in test_cyclic()
92 TC_PRINT("ERROR: transfer start (%d)\n", chan_id); in test_cyclic()
102 TC_PRINT("Failed to suspend transfer\n"); in test_cyclic()
113 /* reset rx_data to validate that transfer cycles */ in test_cyclic()
117 TC_PRINT("Failed to resume transfer\n"); in test_cyclic()