Searched refs:esp_gdbstub_gethex (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-3.6.0/components/esp_gdbstub/src/ |
D | gdbstub.c | 273 *p++ = gdbstub_hton(esp_gdbstub_gethex(&cmd, 32)); in handle_G_command() 281 intptr_t addr = (intptr_t) esp_gdbstub_gethex(&cmd, -1); in handle_m_command() 283 uint32_t size = esp_gdbstub_gethex(&cmd, -1); in handle_m_command() 301 intptr_t addr = (intptr_t) esp_gdbstub_gethex(&cmd, -1); in handle_M_command() 303 uint32_t size = esp_gdbstub_gethex(&cmd, -1); in handle_M_command() 311 esp_gdbstub_writemem(addr, esp_gdbstub_gethex(&cmd, 8)); in handle_M_command() 437 int requested_tid = esp_gdbstub_gethex(&cmd, -1); in handle_H_command() 510 int task_index = gdb_tid_to_task_index(esp_gdbstub_gethex(&cmd, -1)); in handle_qThreadExtraInfo_command()
|
D | packet.c | 84 uint32_t esp_gdbstub_gethex(const unsigned char **ptr, int bits) in esp_gdbstub_gethex() function 168 unsigned char rchsum = esp_gdbstub_gethex(&c_ptr, 8); in esp_gdbstub_read_command()
|
/hal_espressif-3.6.0/components/esp_gdbstub/private_include/ |
D | esp_gdbstub_common.h | 166 uint32_t esp_gdbstub_gethex(const unsigned char **ptr, int bits);
|