Searched refs:NAMESPACES (Results 1 – 4 of 4) sorted by relevance
| /hal_nxp-latest/mcux/scripts/pinctrl/shared/ |
| D | mex_utils.py | 6 NAMESPACES = {'mex' : 'http://mcuxpresso.nxp.com/XSD/mex_configuration_14'} variable 31 NAMESPACES) 50 if config_tree.getroot().find('mex:common/mex:board', NAMESPACES) is None: 53 NAMESPACES).text 69 NAMESPACES) 89 NAMESPACES)
|
| /hal_nxp-latest/mcux/scripts/pinctrl/lpc/ |
| D | lpc_cfg_utils.py | 20 NAMESPACES = {'mex': 'http://mcuxpresso.nxp.com/XSD/mex_configuration_14'} variable 395 pins = function.find('mex:pins', NAMESPACES) 396 description = function.find('mex:description', NAMESPACES) 423 features = pin.find('mex:pin_features', NAMESPACES) 426 for feature in pin.find('mex:pin_features', NAMESPACES): 760 'mex:tools/mex:pins/mex:functions_list/mex:function', NAMESPACES): 838 if config_tree.getroot().find('mex:common/mex:board', NAMESPACES) is None: 841 NAMESPACES).text 857 NAMESPACES) 877 NAMESPACES).text
|
| /hal_nxp-latest/mcux/scripts/pinctrl/kinetis/ |
| D | kinetis_cfg_utils.py | 23 NAMESPACES = {'mex': 'http://mcuxpresso.nxp.com/XSD/mex_configuration_14'} variable 319 pins = function.find('mex:pins', NAMESPACES) 320 description = function.find('mex:description', NAMESPACES) 347 features = pin.find('mex:pin_features', NAMESPACES) 350 for feature in pin.find('mex:pin_features', NAMESPACES): 626 'mex:tools/mex:pins/mex:functions_list/mex:function', NAMESPACES): 702 NAMESPACES).text 718 NAMESPACES) 738 NAMESPACES).text
|
| /hal_nxp-latest/mcux/scripts/pinctrl/imx/ |
| D | imx_cfg_utils.py | 17 NAMESPACES = {'mex' : 'http://mcuxpresso.nxp.com/XSD/mex_configuration_14'} variable 587 description = function.find('mex:description', NAMESPACES) 588 pins = function.find('mex:pins', NAMESPACES) 611 features = pin.find('mex:pin_features', NAMESPACES) 614 for feature in pin.find('mex:pin_features', NAMESPACES): 1148 features = pin.find('mex:pin_features', NAMESPACES) 1168 'mex:tools/mex:pins/mex:functions_list/mex:function', NAMESPACES): 1211 if config_tree.getroot().find('mex:common/mex:board', NAMESPACES) is None: 1214 NAMESPACES).text 1230 NAMESPACES) [all …]
|