Home
last modified time | relevance | path

Searched defs:mexfile (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-latest/mcux/scripts/pinctrl/kinetis/
Dkinetis_cfg_utils.py616 def _parse_mex_cfg(self, mexfile): argument
634 def write_pinctrl_groups(self, mexfile, outputfile): argument
694 def get_board_name(mexfile): argument
710 def get_processor_name(mexfile): argument
730 def get_package_name(mexfile): argument
/hal_nxp-latest/mcux/scripts/pinctrl/lpc/
Dlpc_cfg_utils.py750 def _parse_mex_cfg(self, mexfile): argument
768 def write_pinctrl_groups(self, mexfile, outputfile): argument
831 def get_board_name(mexfile): argument
849 def get_processor_name(mexfile): argument
869 def get_package_name(mexfile): argument
/hal_nxp-latest/mcux/scripts/pinctrl/imx/
Dimx_cfg_utils.py1053 def write_pinctrl_groups(self, mexfile, outputfile): argument
1157 def _parse_mex_cfg(self, mexfile): argument
1204 def get_board_name(mexfile): argument
1222 def get_processor_name(mexfile): argument
1241 def get_package_name(mexfile): argument
/hal_nxp-latest/mcux/scripts/pinctrl/shared/
Dmex_utils.py14 def __init__(self, mexfile): argument