Home
last modified time | relevance | path

Searched refs:search (Results 1 – 25 of 38) sorted by relevance

12

/hal_nxp-latest/mcux/scripts/pinctrl/kinetis/
Dkinetis_cfg_utils.py167 if re.search(r'PT([A-Z])(\d+)', pin.attrib['name']):
169 pin_regex = re.search(r'PT([A-Z])(\d+)', pin.attrib['name'])
171 elif re.search(r'PIO(\d)_(\d+)', pin.attrib['name']):
173 pin_regex = re.search(r'PIO(\d)_(\d+)', pin.attrib['name'])
175 elif re.search(r'P(\d)_(\d+)', pin.attrib['name']):
177 pin_regex = re.search(r'P(\d)_(\d+)', pin.attrib['name'])
/hal_nxp-latest/mcux/mcux-sdk/scripts/kconfig/
Dguiconfig.py1756 def search(_=None): function
1802 entry.bind("<Return>", search)
1803 entry.bind("<KP_Enter>", search)
1805 ttk.Button(dialog, text="Search", command=search) \
1865 regex_searches = [re.compile(regex).search
1884 for search in regex_searches:
1890 if not (sc.name and search(sc.name.lower()) or
1891 node.prompt and search(node.prompt[0].lower())):
1904 for search in regex_searches:
1905 if not search(node.prompt[0].lower()):
Dmenuconfig.py2085 regex_searches = [re.compile(regex).search
2101 for search in regex_searches:
2107 if not (sc.name and search(sc.name.lower()) or
2108 node.prompt and search(node.prompt[0].lower())):
2121 for search in regex_searches:
2122 if not search(node.prompt[0].lower()):
2909 new_i = re.search(r"(?:\w*|\W)\s*$", s[:i]).start()
/hal_nxp-latest/mcux/scripts/pinctrl/
Dgen_board_pinctrl.py98 match = re.search(r'data_version=([\d\.]+)', line)
Dgen_soc_headers.py98 match = re.search(r'data_version=([\d\.]+)', line)
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT735S/xtensa/hifi1/gdbio/
Dspecs25 # The %s suffix tells the compiler driver to search for the file in the
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT735S/xtensa/hifi1/min-rt/
Dspecs25 # The %s suffix tells the compiler driver to search for the file in the
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT798S/xtensa/hifi1/gdbio/
Dspecs25 # The %s suffix tells the compiler driver to search for the file in the
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT595S/xtensa/gdbio/
Dspecs25 # The %s suffix tells the compiler driver to search for the file in the
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT798S/xtensa/hifi1/min-rt/
Dspecs25 # The %s suffix tells the compiler driver to search for the file in the
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT798S/xtensa/hifi4/gdbio/
Dspecs25 # The %s suffix tells the compiler driver to search for the file in the
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT798S/xtensa/hifi4/min-rt/
Dspecs25 # The %s suffix tells the compiler driver to search for the file in the
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT595S/xtensa/min-rt/
Dspecs25 # The %s suffix tells the compiler driver to search for the file in the
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT595S/xtensa/sim/
Dspecs25 # The %s suffix tells the compiler driver to search for the file in the
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT758S/xtensa/hifi1/min-rt/
Dspecs25 # The %s suffix tells the compiler driver to search for the file in the
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8UD5/xtensa/min-rt/
Dspecs25 # The %s suffix tells the compiler driver to search for the file in the
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8UD5/xtensa/gdbio/
Dspecs25 # The %s suffix tells the compiler driver to search for the file in the
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT685S/xtensa/gdbio/
Dspecs25 # The %s suffix tells the compiler driver to search for the file in the
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT758S/xtensa/hifi1/gdbio/
Dspecs25 # The %s suffix tells the compiler driver to search for the file in the
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT685S/xtensa_lowmem/min-rt/
Dspecs25 # The %s suffix tells the compiler driver to search for the file in the
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT685S/xtensa/min-rt/
Dspecs25 # The %s suffix tells the compiler driver to search for the file in the
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT685S/xtensa/sim/
Dspecs25 # The %s suffix tells the compiler driver to search for the file in the
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT685S/xtensa_lowmem/gdbio/
Dspecs25 # The %s suffix tells the compiler driver to search for the file in the
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT685S/xtensa_lowmem/sim/
Dspecs25 # The %s suffix tells the compiler driver to search for the file in the
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8UD7/xtensa/gdbio/
Dspecs25 # The %s suffix tells the compiler driver to search for the file in the

12