Searched refs:peripheral_xml (Results 1 – 1 of 1) sorted by relevance
23 def __init__(self, peripheral_xml, register_xml = None): argument29 self._name = peripheral_xml.attrib['name']30 self._fullname = peripheral_xml.attrib['full_name']32 self._size = int(peripheral_xml.attrib['size'])33 self._base_addr = int(peripheral_xml.find('base_address').attrib['addr'], 0)