Searched refs:rx_count (Results 1 – 4 of 4) sorted by relevance
53 uint32_t rx_count = 0; in hal_uart_recv_II() local66 rx_count++; in hal_uart_recv_II()75 *recv_size = rx_count; in hal_uart_recv_II()78 if(rx_count != 0) in hal_uart_recv_II()
454 h5->rx_count--; in h5_unslip_one_byte()466 h5->rx_count--; in h5_unslip_one_byte()477 h5->rx_count--; in h5_unslip_one_byte()488 h5->rx_count--; in h5_unslip_one_byte()499 h5->rx_count--; in h5_unslip_one_byte()507 h5->rx_count = 0; in h5_unslip_one_byte()1174 if (h5->rx_count) { in h5_recv()1179 h5->rx_count = 0; in h5_recv()1201 h5->rx_count = 0; in h5_recv()1214 h5->rx_count = 0; in h5_recv()[all …]
305 static void tty_uart_rx_handler(tty_uart_t *uart, size_t rx_count) in tty_uart_rx_handler() argument318 (void)aos_tty_rx_buffer_produce(tty, uart->rx_buf, rx_count); in tty_uart_rx_handler()
687 uint32_t rx_count; member1322 test3_svc.rx_count++; in event3_char_write()1446 test3_svc.rx_count++; in event3_notify()1837 printf("Transport rx count : %d\n", test3_svc.rx_count); in gatt_transport_test_show_result()1866 test3_svc.rx_count = 0; in gatt_transport_test_op()
Completed in 16 milliseconds