Home
last modified time | relevance | path

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

/hal_espressif-latest/tools/esptool_py/esptool/
Dloader.py1573 def slip_reader(port, trace_function): argument
1627 trace_function(msg)
1629 trace_function("Read %d bytes: %s", len(read_bytes), HexFormatter(read_bytes))
1636 trace_function("Read invalid data: %s", HexFormatter(read_bytes))
1638 trace_function(
1654 trace_function("Read invalid data: %s", HexFormatter(read_bytes))
1656 trace_function(
1665 trace_function("Received full packet: %s", HexFormatter(partial_packet))