Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/scripts/pinctrl/imx/
Dimx_cfg_utils.py180 def __init__(self, template_xml, instance_xml): argument
186 self._name = self._sub_template(template_xml.attrib['name'])
187 self._offset = int(self._sub_template(template_xml.attrib['offset']), 0)
190 for bit_field in template_xml.findall('bit_field'):