Home
last modified time | relevance | path

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

/hal_espressif-latest/tools/esptool_py/flasher_stub/
Dslip.c29 void SLIP_send_frame_data_buf(const void *buf, uint32_t size) { in SLIP_send_frame_data_buf() function
38 SLIP_send_frame_data_buf(pkt, size); in SLIP_send()
Dstub_commands.c172 SLIP_send_frame_data_buf(digest, sizeof(digest)); in handle_flash_get_md5sum()
276 SLIP_send_frame_data_buf(buf, sizeof(buf)); in handle_get_security_info()
Dstub_flasher.c215 SLIP_send_frame_data_buf(&resp, sizeof(esp_command_response_t)); in cmd_loop()
248 SLIP_send_frame_data_buf(&resp, sizeof(esp_command_response_t)); in cmd_loop()
/hal_espressif-latest/tools/esptool_py/flasher_stub/include/
Dslip.h21 void SLIP_send_frame_data_buf(const void *buf, uint32_t size);