Searched refs:reading_buf (Results 1 – 1 of 1) sorted by relevance
33 volatile uint8_t *reading_buf; /* Pointer to buf_a, or buf_b - which are we reading_buf? */ member150 ub.reading_buf[ub.read++] = (uint8_t) r; in stub_handle_rx_byte()159 if(ub.reading_buf == ub.buf_a) { in stub_handle_rx_byte()161 ub.reading_buf = ub.buf_b; in stub_handle_rx_byte()164 ub.reading_buf = ub.buf_a; in stub_handle_rx_byte()491 ub.reading_buf = ub.buf_a; in stub_main()