Home
last modified time | relevance | path

Searched refs:V (Results 1 – 25 of 274) sorted by relevance

1234567891011

/Zephyr-Core-2.7.6/samples/sensor/ina219/
DREADME.rst21 The supply voltage of the INA219 can be in the 3V to 5.5V range.
22 The common mode voltage of the measured bus can be in the 0V to 26V range.
34 When monitoring a 3.3 V bus with a 0.1 Ohm shunt restistor
39 Shunt: 0.001570 [V] -- Bus: 3.224000 [V] -- Power: 0.504000 [W] -- Current: 0.157000 [A]
46 Shunt: -0.001560 [V] -- Bus: 3.224000 [V] -- Power: 0.502000 [W] -- Current: -0.156000 [A]
/Zephyr-Core-2.7.6/boards/riscv/m2gl025_miv/support/
Dm2gl025_miv.resc1 :name: Mi-V
2 :description: This script is prepared to run Zephyr on a Mi-V RISC-V board.
4 $name?="Mi-V"
/Zephyr-Core-2.7.6/soc/arm/st_stm32/common/
DKconfig.soc37 bool "SMPS 1.8V supplies LDO (no external supply)"
40 bool "SMPS 2.5V supplies LDO (no external supply)"
43 bool "External SMPS 1.8V supply, supplies LDO"
46 bool "External SMPS 2.5V supply, supplies LDO"
49 bool "External SMPS 1.8V supply and bypass"
52 bool "External SMPS 2.5V supply and bypass"
/Zephyr-Core-2.7.6/soc/nios2/nios2f-zephyr/cpu/
Dghrd_10m50da.qsf180 set_instance_assignment -name IO_STANDARD "DIFFERENTIAL 1.5-V SSTL" -to clk_ddr3_100_p
181 set_instance_assignment -name IO_STANDARD "2.5 V" -to clk_50_max10
182 set_instance_assignment -name IO_STANDARD "2.5 V" -to clk_25_max10
184 set_instance_assignment -name IO_STANDARD "2.5 V" -to clk_10_adc
185 set_instance_assignment -name IO_STANDARD "3.3-V LVCMOS" -to fpga_resetn
186 set_instance_assignment -name IO_STANDARD "1.5 V" -to user_led[0]
187 set_instance_assignment -name IO_STANDARD "1.5 V" -to user_led[1]
188 set_instance_assignment -name IO_STANDARD "1.5 V" -to user_led[2]
189 set_instance_assignment -name IO_STANDARD "1.5 V" -to user_led[3]
190 set_instance_assignment -name IO_STANDARD "1.5 V" -to user_led[4]
[all …]
/Zephyr-Core-2.7.6/samples/sensor/ccs811/
DREADME.rst47 Voltage: 0.000000V; Current: 0.000000A
52 Voltage: 0.000000V; Current: 0.000000A
60 Voltage: 0.677040V; Current: 0.000014A
65 Voltage: 0.675428V; Current: 0.000014A
70 Voltage: 0.677040V; Current: 0.000014A
75 Voltage: 0.677040V; Current: 0.000014A
80 Voltage: 0.677040V; Current: 0.000014A
85 Voltage: 0.677040V; Current: 0.000014A
/Zephyr-Core-2.7.6/drivers/serial/
DKconfig.miv1 # Mi-V UART configuration option
7 bool "Mi-V serial driver"
12 This option enables the Mi-V serial driver.
/Zephyr-Core-2.7.6/samples/sensor/max17262/
DREADME.rst50 V: 3.626406 V; I: -3.437500 mA; T: 28.011718 °C
51 V: 3.626406 V; I: -3.437500 mA; T: 28.011718 °C
52 V: 3.626406 V; I: -3.437500 mA; T: 28.011718 °C
/Zephyr-Core-2.7.6/drivers/clock_control/
DKconfig.stm32l0_l115 PLL output must not exceed 96MHz(1.8V)/48MHz(1.5V)/24MHz(1.2V).
/Zephyr-Core-2.7.6/boards/arm/olimex_stm32_h407/doc/
Dindex.rst80 | 1 | +3.3V | 11 | - |
82 | 2 | +3.3V | 12 | GND |
106 | 1 | +3.3V | - |
139 | 5V | VDD (5V) | N/A |
215 | 1 | +3.3V | 11 | PD8 |
231 | 9 | PD6 | 19 | +5V |
241 | 1 | +3.3V | 11 | PE8 |
257 | 9 | PE6 | 19 | +5V |
267 | 1 | +3.3V | 11 | PF8 |
283 | 9 | PF6 | 19 | +5V |
[all …]
/Zephyr-Core-2.7.6/boards/arm/olimex_stm32_e407/doc/
Dindex.rst84 | 1 | +3.3V | 11 | - |
86 | 2 | +3.3V | 12 | GND |
110 | 1 | +3.3V | - |
143 | 5V | VDD (5V) | N/A |
219 | 1 | +3.3V | 11 | PD8 |
235 | 9 | PD6 | 19 | +5V |
245 | 1 | +3.3V | 11 | PE8 |
261 | 9 | PE6/D5 | 19 | +5V |
271 | 1 | +3.3V | 11 | PF8/A3 |
287 | 9 | PF6/A1 | 19 | +5V |
[all …]
/Zephyr-Core-2.7.6/boards/shields/ftdi_vm800c/doc/
Dindex.rst57 | | 3.3V | POWER +3.3V |
59 | | 5V | POWER +5.0V or +3.3V |
/Zephyr-Core-2.7.6/scripts/coccinelle/
Dint_ms_to_timeout.cocci105 expression V;
113 - V * MSEC_PER_SEC
114 + K_SECONDS(V)
119 - K_MSEC(V * MSEC_PER_SEC)
120 + K_SECONDS(V)
129 expression V;
135 | V * MSEC_PER_SEC
144 expression V;
150 | K_MSEC(V * MSEC_PER_SEC)
259 expression V;
[all …]
/Zephyr-Core-2.7.6/soc/riscv/riscv-privilege/miv/
DKconfig.series7 bool "Microsemi Mi-V implementation"
11 Enable support for Microsemi Mi-V
DKconfig.soc7 prompt "Microsemi Mi-V system implementation"
11 bool "Microsemi Mi-V system implementation"
/Zephyr-Core-2.7.6/boards/riscv/m2gl025_miv/doc/
Dindex.rst3 Microsemi M2GL025 Mi-V
10 The Mi-V RISC-V soft CPU can be deployed on the MGL025 board.
31 with RISC-V support.
48 the board. You can use the RISC-V GDB from a toolchain delivered with
/Zephyr-Core-2.7.6/soc/riscv/riscv-privilege/virt/
DKconfig.soc5 prompt "QEMU RISC-V VirtIO Board"
9 bool "QEMU RISC-V VirtIO Board"
/Zephyr-Core-2.7.6/samples/subsys/display/grove_display/
DREADME.rst28 SCL/SDA lines and 3.3V.
30 Take note that even though SDA and SCL are connected to a 3.3V power source, the
31 Grove LCD VDD line needs to be connected to the 5V power line, otherwise
32 characters will not be displayed on the LCD (3.3V is enough to power just the
/Zephyr-Core-2.7.6/samples/sensor/sgp40_sht4x/
DKconfig31 0 -> High power heater pulse -> ~200 mW @3.3V
32 1 -> Medium power heater pulse -> ~110 mW @3.3V
33 2 -> Low power heater pulse -> ~20 mW @3.3V
/Zephyr-Core-2.7.6/boards/riscv/it8xxx2_evb/support/
Dit8xxx2_evb.resc2 :description: This script is prepared to run Zephyr on a Mi-V RISC-V board.
/Zephyr-Core-2.7.6/samples/drivers/led_apa102/
DREADME.rst22 - Zephyr board with SPI master driver. SPI communications must use 5V
26 - 5V power supply.
31 #. Ensure your Zephyr board, the 5V power supply, and the LED strip
37 #. Connect the 5V power supply pin to the 5V input of the LED strip.
/Zephyr-Core-2.7.6/boards/arm/sam4s_xplained/
Dsam4s_xplained.dts63 /* +3.3V */
80 /* +3.3V */
97 /* +3.3V */
114 /* +3.3V */
/Zephyr-Core-2.7.6/samples/drivers/led_lpd8806/
DREADME.rst21 - Zephyr board with SPI master driver. SPI communications must use 5V
25 - 5V power supply.
30 #. Ensure your Zephyr board, the 5V power supply, and the LED strip
36 #. Connect the 5V power supply pin to the 5V input of the LED strip.
/Zephyr-Core-2.7.6/soc/riscv/openisa_rv32m1/
DKconfig.soc5 bool "OpenISA RV32M1 RISC-V cores"
22 Enable support for OpenISA RV32M1 RISC-V processors. Choose
/Zephyr-Core-2.7.6/boards/arm/nucleo_f303k8/doc/
Dindex.rst21 - 5 V from ST-LINK/V2-1 USB VBUS
22 - External power sources: 3.3 V, 5V and 7 - 12 V
44 - VDD from 2.0 V to 3.6 V
/Zephyr-Core-2.7.6/boards/arm/nucleo_f303re/doc/
Dindex.rst23 - 5 V from ST-LINK/V2-1 USB VBUS
24 - External power sources: 3.3 V and 7 - 12 V on ST Zio or ST morpho
25 connectors, 5 V on ST morpho connector
47 - VDD from 2.0 V to 3.6 V

1234567891011