Home
last modified time | relevance | path

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

/hal_espressif-latest/tools/esptool_py/flasher_stub/
Dstub_flasher.c33 volatile uint8_t *reading_buf; /* Pointer to buf_a, or buf_b - which are we reading_buf? */ member
150 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()