Searched full:vcc (Results 1 – 25 of 66) sorted by relevance
123
/Zephyr-latest/scripts/west_commands/runners/ |
D | dediprog.py | 19 def __init__(self, cfg, spi_image, vcc, retries): argument 22 self.vcc = vcc 37 parser.add_argument('--vcc', 38 help='VCC (0=3.5V, 1=2.5V, 2=1.8V)') 46 vcc=args.vcc, 53 if self.vcc: 54 cmd_flash.append('--vcc') 55 cmd_flash.append(self.vcc)
|
/Zephyr-latest/scripts/west_commands/tests/ |
D | test_dediprog.py | 27 '--auto', RC_KERNEL_BIN, '--vcc', '0', 33 '--auto', RC_KERNEL_BIN, '--vcc', '1', 42 return 'spi_image={},vcc={}'.format(*tc) 53 spi_image, vcc = tc 55 vcc=vcc, retries=0) 68 spi_image, vcc = tc 70 if vcc: 71 args.extend(['--vcc', vcc])
|
/Zephyr-latest/dts/bindings/w1/ |
D | maxim,ds2477_85_common.yaml | 21 low: 0.25 x VCC, no hysteresis 22 medium: 0.40 x VCC, no hysteresis (recommended for most configurations) 23 high: 0.75 x VCC, with hysteresis 40 low: 0.25 x VCC (recommended for most configurations) 41 medium: 0.40 x VCC 42 high: 0.75 x VCC
|
/Zephyr-latest/boards/vcc-gnd/ |
D | index.rst | 1 .. _boards-vcc-gnd: 3 VCC-GND
|
/Zephyr-latest/boards/microchip/mec15xxevb_assy6853/ |
D | board.cmake | 7 # --vcc=0 - use 3.5V to flash 10 "--vcc=0"
|
/Zephyr-latest/boards/microchip/mec1501modular_assy6885/ |
D | board.cmake | 7 # --vcc=0 - use 3.5V to flash 10 "--vcc=0"
|
/Zephyr-latest/boards/microchip/mec172xmodular_assy6930/ |
D | board.cmake | 7 # --vcc=0 - use 3.5V to flash 10 "--vcc=0"
|
/Zephyr-latest/boards/microchip/mec172xevb_assy6906/ |
D | board.cmake | 7 # --vcc=0 - use 3.5V to flash 10 "--vcc=0"
|
/Zephyr-latest/dts/bindings/gpio/ |
D | stemma-qt-connector.yaml | 10 - VCC (3-5V) 14 but the connector form and VCC voltage are different.
|
D | mikro-bus.yaml | 25 VCC-3.3V power - +3.3V +5V - VCC-5V power
|
D | arduino-mkr-header.yaml | 14 There are 5V and VCC power supply, GND, and RESET pin. UART, I2C, 23 16 A1/D16 VCC -
|
D | grove-header.yaml | 11 - VCC
|
D | nxp,lcd-8080.yaml | 17 5 VCC
|
/Zephyr-latest/boards/shields/x_nucleo_eeprma2/ |
D | x_nucleo_eeprma2.overlay | 70 * All chip select pins have an on board 10k pull-up resistor to VCC, 74 * All hold pins are connected to VCC with a 10k pull-up, and 78 * resistor. Where they can either be torn to VCC or GND. 118 /* max-frequency 10MHz for vcc>=2.5V and 5MHz for vcc>=1.8V */
|
/Zephyr-latest/boards/vcc-gnd/yd_esp32/ |
D | board.yml | 4 vendor: vcc-gnd
|
D | yd_esp32_procpu.yaml | 20 vendor: vcc-gnd
|
D | yd_esp32_appcpu.dts | 12 model = "VCC-GND Studio YD-ESP32 APPCPU";
|
/Zephyr-latest/boards/vcc-gnd/yd_stm32h750vb/ |
D | board.yml | 4 vendor: vcc-gnd
|
D | yd_stm32h750vb.yaml | 15 vendor: vcc-gnd
|
/Zephyr-latest/samples/sensor/bme280/boards/ |
D | adafruit_feather_m0_basic_proto.overlay | 10 /* 0x77 - SDO <-> VCC */
|
/Zephyr-latest/boards/renesas/rcar_h3ulcb/ |
D | rcar_h3ulcb_r8a77951_a57.dts | 33 vcc_sd0: regulator-vcc-sd0 { 36 regulator-name = "SD0 Vcc";
|
/Zephyr-latest/boards/heltec/heltec_wireless_stick_lite_v3/ |
D | board_init.c | 23 /* turns external VCC on */ in board_heltec_wireless_stick_lite_v3_init()
|
/Zephyr-latest/boards/heltec/heltec_wifi_lora32_v2/ |
D | board_init.c | 23 /* turns external VCC on */ in board_heltec_wifi_lora32_v2_init()
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | bbram.rst | 11 - VCC (active power) state - check if the BBRAM is on normal power.
|
/Zephyr-latest/drivers/sensor/grow_r502a/ |
D | Kconfig | 66 bool "GROW_R502A sensor VCC and VT GPIO"
|
123