Searched refs:u1rx_length (Results 1 – 1 of 1) sorted by relevance
18 static rt_uint32_t u1rx_length = 0; variable65 u1rx_length += recbLen; in echo_test_u1_thread_entry()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()159 u1rx_length = 0; in utest_tc_cleanup()
Completed in 3 milliseconds