Searched refs:u2tx_length (Results 1 – 1 of 1) sorted by relevance
16 static rt_uint32_t u2tx_length = 0; variable46 u2tx_length += rt_device_write(u2serial, 0, rx_buffer, recbLen); in echo_test_u2_thread_entry()108 LOG_I("echo, uart2: tx: %ld, rx: %ld", u2tx_length, u2rx_length); in echo_test()110 … if (u2tx_length != u2rx_length || u1tx_length != u1rx_length || u2tx_length != u1tx_length) in echo_test()117 if (u2tx_length != sendTotalCount) in echo_test()158 u2tx_length = 0; in utest_tc_cleanup()
Completed in 3 milliseconds