Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def __init__(self, transport):
super(K28F15, self).__init__(transport, self.memoryMap)
self._svd_location = SVDFile.from_builtin("MK28FA15.xml")
def __init__(self, link):
super(LPC824, self).__init__(link, self.memoryMap)
self._svd_location = SVDFile.from_builtin("LPC824.xml")
def __init__(self, link):
super(KL28x, self).__init__(link, self.singleMap)
self.is_dual_core = False
self._svd_location = SVDFile.from_builtin("MKL28T7_CORE0.svd")
def __init__(self, transport):
super(KW41Z4, self).__init__(transport, self.memoryMap)
self._svd_location = SVDFile.from_builtin("MKW41Z4.svd")
def __init__(self, link):
super(LPC54608, self).__init__(link, self.memoryMap)
self.ignoreReset = False
self._svd_location = SVDFile.from_builtin("LPC54608.xml")
def __init__(self, link):
super(LPC11U24, self).__init__(link, self.memoryMap)
self._svd_location = SVDFile.from_builtin("LPC11Uxx_v7.svd")
def __init__(self, link):
super(KE15Z7, self).__init__(link, self.memoryMap)
self._svd_location = SVDFile.from_builtin("MKE15Z7.svd")
def __init__(self, link):
super(LPC54114, self).__init__(link, self.memoryMap)
self.ignoreReset = False
self._svd_location = SVDFile.from_builtin("LPC54114_cm4.xml")
def __init__(self, transport):
super(KV11Z7, self).__init__(transport, self.memoryMap)
self._svd_location = SVDFile.from_builtin("MKV11Z7.svd")
def __init__(self, transport):
super(KW36Z4, self).__init__(transport, self.memoryMap)
self._svd_location = SVDFile.from_builtin("MKW36Z4.svd")