Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/scripts/pinctrl/kinetis/
Dkinetis_cfg_utils.py550 def _parse_mex_cfg(self, mexfile): argument
568 def write_pinctrl_groups(self, mexfile, outputfile): argument
628 def get_board_name(mexfile): argument
644 def get_processor_name(mexfile): argument
664 def get_package_name(mexfile): argument
/hal_nxp-3.6.0/mcux/scripts/pinctrl/lpc/
Dlpc_cfg_utils.py710 def _parse_mex_cfg(self, mexfile): argument
728 def write_pinctrl_groups(self, mexfile, outputfile): argument
791 def get_board_name(mexfile): argument
809 def get_processor_name(mexfile): argument
829 def get_package_name(mexfile): argument
/hal_nxp-3.6.0/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-3.6.0/mcux/scripts/pinctrl/shared/
Dmex_utils.py14 def __init__(self, mexfile): argument