Searched refs:uart_rx_byte_index (Results 1 – 2 of 2) sorted by relevance
293 unsigned char uart_rx_byte_index[2]={0}; variable301 unsigned char rx_data = reg_uart_data_buf(uart_num, uart_rx_byte_index[uart_num]) ; in uart_read_byte()302 uart_rx_byte_index[uart_num]++; in uart_read_byte()303 uart_rx_byte_index[uart_num] &= 0x03 ; in uart_read_byte()
45 extern unsigned char uart_rx_byte_index[2];612 uart_rx_byte_index[uart_num]=0; in uart_clr_rx_index()