Home
last modified time | relevance | path

Searched refs:uart_buf_write_index (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/hardware/chip/rtl872xd/2nd_boot/
A Drec_uart.c10 static unsigned int uart_buf_write_index = 0; variable
28 uart_buf[uart_buf_write_index] = nc; in rec_loguart_irq()
29 uart_buf_write_index ++; in rec_loguart_irq()
30 if(uart_buf_write_index == UART_BUFF_LEN) { in rec_loguart_irq()
31 uart_buf_write_index = 0; in rec_loguart_irq()
43 if(uart_buf_read_index != uart_buf_write_index) { in uart0_recv_byte()

Completed in 6 milliseconds