Home
last modified time | relevance | path

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

/hal_espressif-latest/tools/idf_monitor/idf_monitor_base/
Dlogger.py22 from .constants import MATCH_PCADDR
131 for m in re.finditer(MATCH_PCADDR, line.decode(errors='ignore')):
Dconstants.py45 MATCH_PCADDR = re.compile(r'0x4[0-9a-f]{7}', re.IGNORECASE) variable