Home
last modified time | relevance | path

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

/examples/utest/testcases/drivers/serial_v2/qemu/
A Duart_qemu_echo.c19 static rt_uint32_t u1tx_length = 0; variable
100 u1tx_length += rt_device_write(u1serial, 0, tx_buffer, sendCount); in echo_test()
109 LOG_I("echo, uart1: tx: %ld, rx: %ld", u1tx_length, u1rx_length); in echo_test()
110 … if (u2tx_length != u2rx_length || u1tx_length != u1rx_length || u2tx_length != u1tx_length) in echo_test()
160 u1tx_length = 0; in utest_tc_cleanup()

Completed in 4 milliseconds