Home
last modified time | relevance | path

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

/hal_espressif-latest/tools/esptool_py/flasher_stub/
Dstub_flasher.c218 SLIP_send_frame_data(ESP_BAD_DATA_LEN); in cmd_loop()
219 SLIP_send_frame_data(0xEE); in cmd_loop()
243 SLIP_send_frame_data(error); in cmd_loop()
244 SLIP_send_frame_data(status); in cmd_loop()
372 SLIP_send_frame_data(error); in cmd_loop()
373 SLIP_send_frame_data(status); in cmd_loop()
Dslip.c17 void SLIP_send_frame_data(char ch) { in SLIP_send_frame_data() function
32 SLIP_send_frame_data(buf_c[i]); in SLIP_send_frame_data_buf()
/hal_espressif-latest/tools/esptool_py/flasher_stub/include/
Dslip.h18 void SLIP_send_frame_data(char ch);