Home
last modified time | relevance | path

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

/hal_espressif-latest/tools/esptool_py/esptool/
Dloader.py421 self.trace("Write %d bytes: %s", len(buf), HexFormatter(buf))
466 HexFormatter(data),
1629 trace_function("Read %d bytes: %s", len(read_bytes), HexFormatter(read_bytes))
1636 trace_function("Read invalid data: %s", HexFormatter(read_bytes))
1640 HexFormatter(remaining_data),
1654 trace_function("Read invalid data: %s", HexFormatter(read_bytes))
1658 HexFormatter(remaining_data),
1665 trace_function("Received full packet: %s", HexFormatter(partial_packet))
1673 class HexFormatter(object): class