Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_app_format/
Desp_app_desc.c63 static inline char IRAM_ATTR to_hex_digit(unsigned val) in to_hex_digit() function
98 dst[2*i] = to_hex_digit(s_app_elf_sha256[i] >> 4); in esp_app_get_elf_sha256()
99 dst[2*i + 1] = to_hex_digit(s_app_elf_sha256[i] & 0xf); in esp_app_get_elf_sha256()