Home
last modified time | relevance | path

Searched full:vcc (Results 1 – 25 of 66) sorted by relevance

123

/Zephyr-latest/scripts/west_commands/runners/
Ddediprog.py19 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/
Dtest_dediprog.py27 '--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/
Dmaxim,ds2477_85_common.yaml21 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/
Dindex.rst1 .. _boards-vcc-gnd:
3 VCC-GND
/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/dts/bindings/gpio/
Dstemma-qt-connector.yaml10 - VCC (3-5V)
14 but the connector form and VCC voltage are different.
Dmikro-bus.yaml25 VCC-3.3V power - +3.3V +5V - VCC-5V power
Darduino-mkr-header.yaml14 There are 5V and VCC power supply, GND, and RESET pin. UART, I2C,
23 16 A1/D16 VCC -
Dgrove-header.yaml11 - VCC
Dnxp,lcd-8080.yaml17 5 VCC
/Zephyr-latest/boards/shields/x_nucleo_eeprma2/
Dx_nucleo_eeprma2.overlay70 * 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/
Dboard.yml4 vendor: vcc-gnd
Dyd_esp32_procpu.yaml20 vendor: vcc-gnd
Dyd_esp32_appcpu.dts12 model = "VCC-GND Studio YD-ESP32 APPCPU";
/Zephyr-latest/boards/vcc-gnd/yd_stm32h750vb/
Dboard.yml4 vendor: vcc-gnd
Dyd_stm32h750vb.yaml15 vendor: vcc-gnd
/Zephyr-latest/samples/sensor/bme280/boards/
Dadafruit_feather_m0_basic_proto.overlay10 /* 0x77 - SDO <-> VCC */
/Zephyr-latest/boards/renesas/rcar_h3ulcb/
Drcar_h3ulcb_r8a77951_a57.dts33 vcc_sd0: regulator-vcc-sd0 {
36 regulator-name = "SD0 Vcc";
/Zephyr-latest/boards/heltec/heltec_wireless_stick_lite_v3/
Dboard_init.c23 /* turns external VCC on */ in board_heltec_wireless_stick_lite_v3_init()
/Zephyr-latest/boards/heltec/heltec_wifi_lora32_v2/
Dboard_init.c23 /* turns external VCC on */ in board_heltec_wifi_lora32_v2_init()
/Zephyr-latest/doc/hardware/peripherals/
Dbbram.rst11 - VCC (active power) state - check if the BBRAM is on normal power.
/Zephyr-latest/drivers/sensor/grow_r502a/
DKconfig66 bool "GROW_R502A sensor VCC and VT GPIO"

123