Searched refs:vcc (Results 1 – 2 of 2) sorted by relevance
19 def __init__(self, cfg, spi_image, vcc, retries): argument22 self.vcc = vcc46 vcc=args.vcc,53 if self.vcc:55 cmd_flash.append(self.vcc)
53 spi_image, vcc = tc55 vcc=vcc, retries=0)68 spi_image, vcc = tc70 if vcc:71 args.extend(['--vcc', vcc])
Completed in 6 milliseconds