Home
last modified time | relevance | path

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

1234567

/hal_espressif-3.6.0/docs/zh_CN/api-guides/
Dulp-risc-v.rst1 ULP-RISC-V 协处理器编程
9V 协处理器是 ULP 的一种变体,用于 ESP32-S2。与 ULP 类似,ULP-RISC-V 协处理器可以在主处理器处于低功耗模式时执行传感器读数等任务。与 ULP-FSM 的主要区别在于,…
11 安装 ULP-RISC-V 工具链
14 ULP-RISC-V 协处理器代码以 C 语言编写(也可能是汇编语言),使用基于 GCC 的 RISC-V 工具链进行编译。
16 如果你已依照 :doc:`快速入门指南 <../../get-started/index>` 中的介绍安装好了 ESP-IDF 及其 CMake 构建系统,那么 ULP-RISC-V 工具链已经被默…
18 .. note: 在早期版本的ESP-IDF中,RISC-V工具链具有不同的名称:`riscv-none-embed-gcc`。
20 编译 ULP-RISC-V 代码
23 要将 ULP-RISC-V 代码编译为某组件的一部分,必须执行以下步骤:
25 1. ULP-RISC-V 代码以 C 语言或汇编语言编写(必须使用 `.S` 扩展名),必须放在组件目录中一个独立的目录中,例如 `ulp/`。
64 访问 ULP-RISC-V 程序变量
[all …]
/hal_espressif-3.6.0/components/esptool_py/esptool/docs/en/espefuse/
Dset-flash-voltage-cmd.rst12 …mmand permanently sets the internal flash voltage regulator to either 1.8V, 3.3V or OFF. This mean…
16 - ``voltage`` - Voltage selection ['1.8V', '3.3V', 'OFF'].
34 | Low or unconnected | Enabled at 3.3V |
36 | High | Enabled at 1.8V |
63 Fixed 1.8V {IDF_TARGET_VDD_SPI}
68 espefuse.py set_flash_voltage 1.8V
72 * {IDF_TARGET_VDD_SPI} regulator always enables at 1.8V.
77 Fixed 3.3V {IDF_TARGET_VDD_SPI}
82 espefuse.py set_flash_voltage 3.3V
86 * {IDF_TARGET_VDD_SPI} regulator always enables at 3.3V.
[all …]
/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/smp/
Dp_256_multprecision.c259 DWORD V; in multiprecision_mult() local
261 U = V = W = 0; in multiprecision_mult()
271 V = a[i] * b[j]; in multiprecision_mult()
272 V = V + U; in multiprecision_mult()
273 U = (V < U); in multiprecision_mult()
275 V = V + c[i + j]; in multiprecision_mult()
276 U += (V < c[i + j]); in multiprecision_mult()
277 c[i + j] = V; in multiprecision_mult()
286 DWORD V; in multiprecision_fast_mod() local
334 V = c[0] < U; in multiprecision_fast_mod()
[all …]
/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_common/tinycrypt/src/
Dctr_prng.c87 arrInc(ctx->V, sizeof ctx->V); in tc_ctr_prng_update()
93 (void)tc_aes_encrypt(output_block, ctx->V, &ctx->key); in tc_ctr_prng_update()
113 memcpy(ctx->V, &(temp[TC_AES_KEY_SIZE]), TC_AES_BLOCK_SIZE); in tc_ctr_prng_update()
151 memset(ctx->V, 0x00, sizeof ctx->V); in tc_ctr_prng_init()
244 arrInc(ctx->V, sizeof ctx->V); in tc_ctr_prng_generate()
247 (void)tc_aes_encrypt(output_block, ctx->V, &ctx->key); in tc_ctr_prng_generate()
276 memset(ctx->V, 0x00, sizeof ctx->V); in tc_ctr_prng_uninstantiate()
/hal_espressif-3.6.0/docs/zh_CN/hw-reference/esp32c3/
Duser-guide-devkitc-02.rst54 * - 5 V to 3.3 V LDO(5 V 转 3.3 V LDO)
55 - 电源转换器,输入 5 V,输出 3.3 V
56 * - 5 V Power On LED(5 V 电源指示灯)
131 - 5V 和 GND 排针供电
149 2 3V3 P 3.3 V 电源
150 3 3V3 P 3.3 V 电源
160 13 5V P 5 V 电源
161 14 5V P 5 V 电源
Duser-guide-devkitm-1.rst54 * - 5 V to 3.3 V LDO(5 V 转 3.3 V LDO)
55 - 电源转换器,输入 5 V,输出 3.3 V
56 * - 5 V Power On LED(5 V 电源指示灯)
132 - 5V 和 GND 排针供电
150 2 3V3 P 3.3 V 电源
151 3 3V3 P 3.3 V 电源
160 13 5V P 5 V 电源
161 14 5V P 5 V 电源
/hal_espressif-3.6.0/examples/system/ulp_riscv/ds18b20_onewire/
DREADME.md4 # ULP-RISC-V DS18B20 Temperature Sensor OneWire Communication
6 This example demonstrates how to program the ULP-RISC-V co-processor to read temperature from a [DS…
11 * A development board with a SOC which has a RISC-V ULP coprocessor (e.g., ESP32-S2 Saola)
20 | VCC 3.3V | VDD |
32 ULP-RISC-V woke up the main CPU, temperature is above set limit!
33 ULP-RISC-V read temperature is 32.562500
38 ULP-RISC-V woke up the main CPU, temperature is above set limit!
39 ULP-RISC-V read temperature is 33.000000
/hal_espressif-3.6.0/docs/en/api-guides/
Dulp-risc-v.rst1 ULP-RISC-V Coprocessor programming
16V coprocessor is a variant of the ULP, present in ESP32-S2. Similar to ULP, ULP RISC-V coprocessor…
18 Installing the ULP-RISC-V Toolchain
21 The ULP-RISC-V coprocessor code is written in C (assembly is also possible) and compiled using RISC…
25 .. note: In earlier versions of ESP-IDF, RISC-V toolchain had a different prefix: `riscv-none-embed…
27 Compiling the ULP-RISC-V Code
30 To compile the ULP-RISC-V code as part of the component, the following steps must be taken:
32 1. The ULP-RISC-V code, written in C or assembly (must use the `.S` extension), must be placed into…
71 Accessing the ULP-RISC-V Program Variables
74 Global symbols defined in the ULP-RISC-V program may be used inside the main program.
[all …]
/hal_espressif-3.6.0/docs/zh_CN/hw-reference/esp32s2/
Duser-guide-s2-devkitc-1.rst54 * - 3.3 V Power On LED(3.3 V 电源指示灯)
70 * - 5 V to 3.3 V LDO(5 V 转 3.3 V LDO)
71 - 电源转换器,输入 5 V,输出 3.3 V
139 - 5V 和 G (GND) 排针供电
154 1 3V3 P 3.3 V 电源
155 2 3V3 P 3.3 V 电源
174 21 5V P 5 V 电源
Duser-guide-devkitm-1-v1.rst89 * - 3.3 V Power On LED(3.3 V 电源指示灯)
101 * - 5 V to 3.3 V LDO(5 V 转 3.3 V LDO)
102 - 电源转换器,输入 5 V,输出 3.3 V
156 - 5V 和 GND 排针供电
173 1 3V3 P 3.3 V 电源
192 20 5V P 5 V 电源
/hal_espressif-3.6.0/docs/zh_CN/hw-reference/esp32s3/
Duser-guide-devkitc-1.rst57 * - 5 V to 3.3 V LDO(5 V 转 3.3 V LDO)
58 - 电源转换器,输入 5 V,输出 3.3 V
73 * - 3.3 V Power On LED(3.3 V 电源指示灯)
152 - 5V 和 G (GND) 排针供电
169 1 3V3 P 3.3 V 电源
170 2 3V3 P 3.3 V 电源
189 21 5V P 5 V 电源
/hal_espressif-3.6.0/examples/peripherals/spi_master/hd_eeprom/
DREADME.md14 | VCC | 3.3V | 3.3V | 3.3V | 3.3V | 3.3V |
/hal_espressif-3.6.0/docs/zh_CN/hw-reference/esp32/
Duser-guide-devkitm-1.rst89 * - 5 V 转 3.3 V LDO
90 - 电源转换器,输入 5 V,输出 3.3 V
99 * - 3.3 V 电源指示灯
151 * 5V / GND 管脚供电
181 - 3.3 V 电源
235 - 5V
237 - 5 V 电源
Dget-started-wrover-kit-v2.rst91 …备。这种情况下,需增加额外的片选 (CS) 信号。注意,选贴 ESP32-WROVER 模组时,该接口的工作电压为 1.8 V;选贴 ESP32-WROOM-32 时,该接口的工作电压为 3.3V
103 … - ESP-WROVER-KIT 开发板可通过 USB 端口或 5V 输入接口供电。用户可使用跳线帽在两种供电模式中进行选择。更多详细信息,请见章节 `设置选项`_ 中有关 JP7 连接器的描述。
106 * - 5V Input
107 - 5V 电源接口建议仅在开发板自动运行(未连接 PC)时使用。仅用于全负荷工作下的后备电源。
109 …- 5V-to-3.3V 低压差线型稳压器 NCP1117(1A)。NCP1117 最大电流输出为 1 A。板上 LDO 为固定输出电压,但用户也可以选用具有可变输出电压的 LDO。更多信息,请见…
167 打开 **电源开关**,**5V Power On LED** 应点亮。
Dget-started-wrover-kit.rst99 …32 使用 SPI 接口访问内置 flash 和 PSRAM。使用这些引脚连接 ESP32 和其他 SPI 设备。这种情况下,需增加额外的片选 (CS) 信号。注意,本接口的工作电压为 3.3 V
113 … - ESP-WROVER-KIT 开发板可通过 USB 端口或 5V 输入接口供电。用户可使用跳线帽在两种供电模式中进行选择。更多详细信息,请见章节 `设置选项`_ 中有关 JP7 连接器的描述。
114 * - 5V Input
115 - 5V 电源接口。为标准同轴电源接口,5.5 x 2.1 mm,中心正极。建议仅在开发板自动运行(未连接 PC)时使用。
116 * - 5V Power On LED
117 - 当开发板通电后(USB 或外部 5V 供电),该红色指示灯将亮起。
119 …- 5V-to-3.3V 低压差线型稳压器 NCP1117(1A)。NCP1117 最大电流输出为 1 A。板上 LDO 为固定输出电压,但用户也可以选用具有可变输出电压的 LDO。更多信息,请见…
192 - 3.3V
245 - 5V
323 1. n/a 3.3V
[all …]
Dget-started-ethernet-kit-v1.1.rst95 * - 5V Input
96 - 5V 电源接口建议仅在开发板自动运行(未连接 PC)时使用。
97 * - 5V Power On LED
98 - 当开发板通电后(USB 或外部 5V 供电),该红色指示灯将亮起。
100 - 直流 5 V 转 3.3 V,输出电流最高可达 2 A。
127 * 电源输出:5 V,1.4 A
129 如需使用 PoE 功能,请用以太网线缆将以太网母板(A 板)上的 **RJ45 Port** 连接至 PoE 的交换机。以太网母板(A 板)检测到来自 PoE 子板(B 板)的 5 V 供电后,将从…
146 …A) <get-started-esp32-ethernet-kit-a-v1.1-layout>`。左侧的管脚接受来自 PoE 交换机的电源。右侧的管脚为 以太网母板(A 板)提供 5 V 电源。
148 - PoE 子板(B 板)可选电源 (26.6 ~ 54 V)。
293 10 3V3 3.3 V 电源
[all …]
Dget-started-wrover-kit-v3.rst93 …备。这种情况下,需增加额外的片选 (CS) 信号。注意,选贴 ESP32-WROVER 模组时,该接口的工作电压为 1.8 V;选贴 ESP32-WROOM-32 时,该接口的工作电压为 3.3V
107 … - ESP-WROVER-KIT 开发板可通过 USB 端口或 5V 输入接口供电。用户可使用跳线帽在两种供电模式中进行选择。更多详细信息,请见章节 `设置选项`_ 中有关 JP7 连接器的描述。
108 * - 5V Input
109 - 5V 电源接口建议仅在开发板自动运行(未连接 PC)时使用。仅用于全负荷工作下的后备电源。
111 …- 5V-to-3.3V 低压差线型稳压器 NCP1117(1A)。NCP1117 最大电流输出为 1 A。板上 LDO 为固定输出电压,但用户也可以选用具有可变输出电压的 LDO。更多信息,请见…
161 n/a 3.3V GND n/a
174 JTAG,MicroSD IO15 5V
252 1. n/a 3.3V
350 打开 **电源开关**,**5V Power On LED** 应点亮。
Dget-started-ethernet-kit.rst105 * - 5V Input
106 - 5V 电源接口建议仅在开发板自动运行(未连接 PC)时使用。
107 * - 5V Power On LED
108 - 当开发板通电后(USB 或外部 5V 供电),该红色指示灯将亮起。
110 - 直流 5 V 转 3.3 V,输出电流最高可达 2 A。
140 * 电源输出:5 V,1.4 A
142 如需使用 PoE 功能,请用以太网线缆将以太网母板(A 板)上的 **RJ45 Port** 连接至 PoE 的交换机。以太网母板(A 板)检测到来自 PoE 子板(B 板)的 5 V 供电后,将从…
159 …A) <get-started-esp32-ethernet-kit-a-v1.2-layout>`。左侧的管脚接受来自 PoE 交换机的电源。右侧的管脚为 以太网母板(A 板)提供 5 V 电源。
161 - PoE 子板(B 板)可选电源 (26.6 ~ 54 V)。
302 10 3V3 3.3 V 电源
[all …]
Dget-started-pico-devkitm-2.rst68 - 5V 转 3.3V 低压差稳压器
73 * - 5V Power On LED
139 * 5V/GND 管脚供电
234 - 3.3 V 供电
311 - 3.3V 供电
317 - EXT_5V (5V)
319 - 5V 供电
330 …3. ESP32-PICO-DevKitM-2 内置 SPI flash 的工作电压为 3.3 V。因此,Strapping 管脚 MTDI 在上电复位过程中应拉低。如果连接了该管脚,请确保该管脚…
Dget-started-pico-kit-1.rst76 - 5V 转 3.3V 低压差稳压器
81 * - 5V Power On LED
150 * 5V/GND 管脚供电
245 - 3.3V 供电
322 - 3.3V 供电
328 - EXT_5V (5V)
330 - 5V 供电
341 …3. ESP32-PICO-KIT-1 内置 SPI flash 的工作电压为 3.3 V。因此,Strapping 管脚 MTDI 在上电复位过程中应拉低。如果连接了该管脚,请确保该管脚在复位中…
Dget-started-pico-kit.rst79 - 5V-to-3.3V 低压差稳压器
84 * - 5V Power On LED
100 * 5V / GND 管脚供电
139 20 VDD33 (3V3) P | 3.3V 电源
174 18 VDD33 (3V3) P | 3.3V 电源
176 20 EXT_5V (5V) P | 5V 电源
187 4. ESP32-PICO-KIT 内置 SPI flash 的工作电压为 3.3V。因此,strapping 管脚 MTDI 在模组上电复位过程中应保持低电平。如连接该管脚,请确保该管脚在复位中不…
Dget-started-ethernet-kit-v1.0.rst93 5V Input 5V 电源接口建议仅在开发板自动运行(未连接 PC)时使用。仅用于全负荷工作下的后备电源。
95 5V Power On LED 当开发板通电后(USB 或外部 5V 供电),该红色指示灯将亮起。
97 DC/DC 转换器 直流 5 V 转 3.3 V,输出电流高达 2 A。
126 * 电源输出:5 V,1.4 A
128 如需使用 PoE 功能,请用以太网线缆将以太网母板(A 板)上的 **RJ45 端口** 连接至 PoE 的交换机。太网母板(A 板)检测到来自 PoE 子板(B 板)的 5 V 供电后,将从 US…
337 5. 将 **电源开关** 从 GND 拨至 5V0 一侧。此时,**5V Power On LED** 应点亮。
/hal_espressif-3.6.0/docs/en/api-reference/peripherals/
Dsd_pullup_requirements.rst10 … pin is incompatible with the DAT2 line pull-up if the flash voltage is 3.3 V. For more informatio…
39 - :ref:`strapping_conflicts_dat2` for models with 3.3 V flash chip
184 - Pull it up or drive it high either by using the host or with 3.3 V on VDD in 1-bit SD mode
196 …s will permanently configure the internal regulator's output voltage to 3.3 V, and GPIO12 will not…
200 …ing has a 3.3 V flash chip by checking the information on http://www.espressif.com/. If you burn t…
206 components/esptool_py/esptool/espefuse.py set_flash_voltage 3.3V
208 …he internal VDD_SDIO flash voltage regulator will be permanently set to 3.3 V. You will see the fo…
215 Enable internal flash voltage regulator (VDD_SDIO) to 3.3 V.
274 …ected, it will read low level at startup, which will lead to selecting the default 3.3 V operation.
276 …les, excluding ESP32-WROVER-B, use 1.8 V flash and have internal pull-ups on GPIO12. Other modules…
[all …]
/hal_espressif-3.6.0/docs/en/hw-reference/esp32c3/
Duser-guide-devkitm-1.rst55 * - 5 V to 3.3 V LDO
56 - Power regulator that converts a 5 V supply into a 3.3 V output.
57 * - 5 V Power On LED
134 - 5V and GND pin headers
152 2 3V3 P 3.3 V power supply
153 3 3V3 P 3.3 V power supply
163 13 5V P 5 V power supply
164 14 5V P 5 V power supply
Duser-guide-devkitc-02.rst54 * - 5 V to 3.3 V LDO
55 - Power regulator that converts a 5 V supply into a 3.3 V output.
56 * - 5 V Power On LED
133 - 5V and GND pin headers
151 2 3V3 P 3.3 V power supply
152 3 3V3 P 3.3 V power supply
162 13 5V P 5 V power supply
163 14 5V P 5 V power supply

1234567