Searched refs:self (Results 1 – 1 of 1) sorted by relevance
49 self, argument78 self.stm32_serie = stm32_serie79 self.stm32_seriexx = stm32_serie + "xx" # ex:stm32f3xx80 self.stm32_serie_upper = stm32_serie.upper() # ex:STM32F381 self.stm32_seriexx_upper = self.stm32_serie_upper + "xx" # ex:STM32F3xx82 self.serie = self.stm32_serie_upper[5:]83 self.noclean = noclean84 self.version_update = version_update85 self.debug = debug86 self.module_patch = f"module_{self.stm32_serie}.patch"[all …]