Home
last modified time | relevance | path

Searched refs:hex (Results 1 – 25 of 43) sorted by relevance

12

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/
Dmesh_util.c18 static const char hex[] = "0123456789abcdef"; in bt_hex() local
31 str[i * 2] = hex[b[i] >> 4]; in bt_hex()
32 str[i * 2 + 1] = hex[b[i] & 0xf]; in bt_hex()
/hal_espressif-latest/components/bt/common/hci_log/
Dbt_hci_log.c137 void bt_hci_log_record_hex(bt_hci_log_t *p_hci_log_ctl, uint8_t *hex, uint8_t hex_len) in bt_hci_log_record_hex() argument
146 hci_log_char = ((*hex) >> 4); in bt_hci_log_record_hex()
157 hci_log_char = ((*hex) & 0x0f); in bt_hci_log_record_hex()
178 ++ hex; in bt_hci_log_record_hex()
/hal_espressif-latest/tools/esptool_py/test/
Dtest_merge_bin.py57 cmd += [hex(offset), name]
203 hex = self.run_merge_bin(
211 f.write(hex)
256 with tempfile.NamedTemporaryFile(suffix=".hex", delete=False) as hex:
257 hex.write(merged)
260 [(0x1000, hex.name)],
369 itertools.chain(*[(hex(addr), f) for addr, f in iter_addr_offset_tuples])
Dtest_imagegen.py55 expected = hex(expected)
57 expected = hex(ord(expected))
59 actual = hex(actual)
61 actual = hex(ord(actual))
/hal_espressif-latest/components/wpa_supplicant/src/utils/
Dcommon.c31 int hex2byte(const char *hex) in hex2byte() argument
34 a = hex2num(*hex++); in hex2byte()
37 b = hex2num(*hex++); in hex2byte()
82 int hexstr2bin(const char *hex, u8 *buf, size_t len) in hexstr2bin() argument
86 const char *ipos = hex; in hexstr2bin()
Dcommon.h383 int hex2byte(const char *hex);
384 int hexstr2bin(const char *hex, u8 *buf, size_t len);
/hal_espressif-latest/zephyr/
DKconfig9 hex
17 hex
55 hex
/hal_espressif-latest/components/esp_system/port/soc/esp32s2/
DKconfig.tracemem22 hex
DKconfig.memory22 hex "Fixed Static RAM size"
/hal_espressif-latest/components/esp_system/port/soc/esp32s3/
DKconfig.cache18 hex
83 hex
DKconfig.memory22 hex "Fixed Static RAM size"
DKconfig.tracemem33 hex
/hal_espressif-latest/components/soc/esp32s2/include/soc/
DKconfig.soc_caps.in335 hex
347 hex
491 hex
731 hex
735 hex
/hal_espressif-latest/components/soc/esp32/include/soc/
DKconfig.soc_caps.in283 hex
295 hex
467 hex
635 hex
/hal_espressif-latest/components/soc/
DKconfig38 hex
/hal_espressif-latest/components/soc/esp32c2/include/soc/
DKconfig.soc_caps.in199 hex
255 hex
331 hex
/hal_espressif-latest/components/esp_system/port/soc/esp32/
DKconfig.tracemem34 hex
DKconfig.memory25 hex "Fixed Static RAM size"
/hal_espressif-latest/components/soc/esp32s3/include/soc/
DKconfig.soc_caps.in11 hex
395 hex
407 hex
863 hex
867 hex
/hal_espressif-latest/components/soc/esp32c3/include/soc/
DKconfig.soc_caps.in263 hex
287 hex
351 hex
463 hex
/hal_espressif-latest/components/esp_timer/
DKconfig51 hex
78 hex
/hal_espressif-latest/components/esp_app_format/
DKconfig.projbuild44 …At startup, the app will read this many hex characters from the embedded APP ELF SHA-256 hash value
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/
Dburn-efuse-cmd.rst19 New values can be a numeric value in decimal or hex (with "0x" prefix). eFuse bits can only be burn…
97 …ber in the range 0-29, 32 or 33. Values 30 and 31 cannot be set. The "raw" hex value for pins 32, …
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32/
Dfields.py354 print_field(mac_version, hex(mac_version_value))
371 print_field(crc_field, hex(crc_val))
/hal_espressif-latest/components/soc/esp32h2/include/soc/
DKconfig.soc_caps.in347 hex
443 hex
587 hex

12