Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/esp_gdbstub/src/
Dpacket.c56 const char *hex_chars = "0123456789abcdef"; in esp_gdbstub_send_hex() local
58 esp_gdbstub_send_char(hex_chars[(val >> (i - 4)) & 0xf]); in esp_gdbstub_send_hex()