Home
last modified time | relevance | path

Searched refs:hexify (Results 1 – 25 of 32) sorted by relevance

12

/hal_espressif-latest/tools/esptool_py/esptool/
Dutil.py47 def hexify(s, uppercase=True): function
167 hexify(result), err_defs.get(err_code[0], "Unknown result")
Dloader.py29 from .util import byte, hexify, mask_to_shift, pad_to, strip_chip_name
1175 return hexify(res).lower()
1244 raise FatalError("Expected digest, got: %s" % hexify(digest_frame))
1245 expected_digest = hexify(digest_frame).upper()
1645 "Possible serial noise or corruption." % hexify(b)
1661 raise FatalError("Invalid SLIP escape (0xdb, 0x%s)" % (hexify(b)))
1713 hexify(line[:8], False),
1714 hexify(line[8:], False),
1719 return hexify(self._s, False)
Dcmds.py43 hexify,
326 if hexify(sha_digest_calculated) == hexify(image_stored_sha):
904 hexify(image.calc_digest, uppercase=False),
1030 hexify(image.calc_digest, uppercase=False),
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/
Dutil.py10 def hexify(bitstring, separator=""): function
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32/
Doperations.py239 util.hexify(data, " ")
306 util.hexify(digest, " ")
Dfields.py310 return "%s %s" % (util.hexify(raw_mac, ":"), valid_msg)
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c2/
Doperations.py242 util.hexify(data, " ")
Dfields.py359 return "%s %s" % (util.hexify(mac, ":"), self.check())
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c3/
Doperations.py266 util.hexify(data, " ")
Dfields.py375 return "%s %s" % (util.hexify(mac, ":"), self.check())
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c5/
Doperations.py257 util.hexify(data, " ")
Dfields.py384 return "%s %s" % (util.hexify(mac, ":"), self.check())
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c5beta3/
Doperations.py257 util.hexify(data, " ")
Dfields.py384 return "%s %s" % (util.hexify(mac, ":"), self.check())
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c6/
Doperations.py273 util.hexify(data, " ")
Dfields.py384 return "%s %s" % (util.hexify(mac, ":"), self.check())
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32h2beta1/
Doperations.py270 util.hexify(data, " ")
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32h2/
Doperations.py277 util.hexify(data, " ")
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c61/
Doperations.py324 util.hexify(data, " ")
Dfields.py384 return "%s %s" % (util.hexify(mac, ":"), self.check())
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32p4/
Doperations.py320 util.hexify(data, " ")
Dfields.py362 return "%s %s" % (util.hexify(mac, ":"), self.check())
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32s2/
Doperations.py382 util.hexify(data, " ")
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32s3/
Doperations.py382 util.hexify(data, " ")
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32s3beta2/
Doperations.py382 util.hexify(data, " ")

12