Searched refs:u2rx_length (Results 1 – 1 of 1) sorted by relevance
15 static rt_uint32_t u2rx_length = 0; variable45 u2rx_length += 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()157 u2rx_length = 0; in utest_tc_cleanup()
Completed in 3 milliseconds