Home
last modified time | relevance | path

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

/Zephyr-latest/scripts/west_commands/runners/
Ddediprog.py19 def __init__(self, cfg, spi_image, vcc, retries): argument
22 self.vcc = vcc
46 vcc=args.vcc,
53 if self.vcc:
55 cmd_flash.append(self.vcc)
/Zephyr-latest/scripts/west_commands/tests/
Dtest_dediprog.py53 spi_image, vcc = tc
55 vcc=vcc, retries=0)
68 spi_image, vcc = tc
70 if vcc:
71 args.extend(['--vcc', vcc])
/Zephyr-latest/boards/microchip/mec15xxevb_assy6853/
Dboard.cmake7 # --vcc=0 - use 3.5V to flash
10 "--vcc=0"
/Zephyr-latest/boards/microchip/mec1501modular_assy6885/
Dboard.cmake7 # --vcc=0 - use 3.5V to flash
10 "--vcc=0"
/Zephyr-latest/boards/microchip/mec172xmodular_assy6930/
Dboard.cmake7 # --vcc=0 - use 3.5V to flash
10 "--vcc=0"
/Zephyr-latest/boards/microchip/mec172xevb_assy6906/
Dboard.cmake7 # --vcc=0 - use 3.5V to flash
10 "--vcc=0"
/Zephyr-latest/boards/vcc-gnd/
Dindex.rst1 .. _boards-vcc-gnd:
/Zephyr-latest/boards/shields/x_nucleo_eeprma2/
Dx_nucleo_eeprma2.overlay118 /* max-frequency 10MHz for vcc>=2.5V and 5MHz for vcc>=1.8V */
/Zephyr-latest/boards/renesas/rcar_h3ulcb/
Drcar_h3ulcb_r8a77951_a57.dts33 vcc_sd0: regulator-vcc-sd0 {
/Zephyr-latest/boards/vcc-gnd/yd_stm32h750vb/doc/
Dindex.rst39 :zephyr_file:`boards/vcc-gnd/yd_stm32h750vb/yd_stm32h750vb_defconfig`
/Zephyr-latest/tests/unit/cbprintf/
Dmain.c1346 volatile const char vcc = 0; in ZTEST() local
1373 zassert_equal(Z_CBPRINTF_IS_NONE_CHAR_PTR(vcc), 0); in ZTEST()
1378 zassert_equal(Z_CBPRINTF_IS_NONE_CHAR_PTR(&vcc), 0); in ZTEST()
/Zephyr-latest/dts/bindings/
Dvendor-prefixes.txt710 vcc-gnd VCC-GND Studio
/Zephyr-latest/doc/releases/
Drelease-notes-4.0.rst335 * :zephyr:board:`vcc-gnd YD-STM32H750VB <yd_stm32h750vb>` (``yd_stm32h750vb``)