Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/ulp/test/esp32/
Dtest_ulp.c55 I_ADDR(R2, R0, R1),
56 I_ST(R2, R3, 2),
78 I_MOVI(R2, 33),
79 I_LD(R2, R2, 0), // r2 = mem[34]
80 I_SUBR(R3, R1, R2), // r3 = r1 - r2
114 I_MOVI(R2, 42),
116 I_ST(R2, R3, 0),
228 I_MOVI(R2, 16), // loop R2 from 16 down to 0
230 I_SUBI(R2, R2, 1),
299 I_LD(R2, R1, 0), // load counter
[all …]
/hal_espressif-3.6.0/docs/en/api-guides/
Dulps2_instruction_set.rst6 ULP coprocessor has 4 16-bit general purpose registers, labeled R0, R1, R2, R3. It also has an 8-bi…
55 MOVE R2, 0x1234
56 ST R2, R1, 0 // write value of R2 into the first array element,
59 ST R2, R1, 4 // write value of R2 into the second array element
63 ST R2, R1, 0 // write value of R2 into the third array element,
137 1: ADD R1, R2, R3 //R1 = R2 + R3
139 2: Add R1, R2, 0x1234 //R1 = R2 + 0x1234
142 Add R1, R2, value1 //R1 = R2 + value1
146 Add R1, R2, label //R1 = R2 + label
173 1: SUB R1, R2, R3 //R1 = R2 - R3
[all …]
Dulp_instruction_set.rst6 ULP coprocessor has 4 16-bit general purpose registers, labeled R0, R1, R2, R3. It also has an 8-bi…
54 MOVE R2, 0x1234
55 ST R2, R1, 0 // write value of R2 into the first array element,
58 ST R2, R1, 4 // write value of R2 into the second array element
62 ST R2, R1, 0 // write value of R2 into the third array element,
126 1: ADD R1, R2, R3 //R1 = R2 + R3
128 2: Add R1, R2, 0x1234 //R1 = R2 + 0x1234
131 Add R1, R2, value1 //R1 = R2 + value1
135 Add R1, R2, label //R1 = R2 + label
162 1: SUB R1, R2, R3 //R1 = R2 - R3
[all …]
/hal_espressif-3.6.0/components/wpa_supplicant/src/crypto/
Dsha1-internal.c150 #define R2(v,w,x,y,z,i) \ macro
203 R2(a,b,c,d,e,20); R2(e,a,b,c,d,21); R2(d,e,a,b,c,22); R2(c,d,e,a,b,23); in SHA1Transform()
204 R2(b,c,d,e,a,24); R2(a,b,c,d,e,25); R2(e,a,b,c,d,26); R2(d,e,a,b,c,27); in SHA1Transform()
205 R2(c,d,e,a,b,28); R2(b,c,d,e,a,29); R2(a,b,c,d,e,30); R2(e,a,b,c,d,31); in SHA1Transform()
206 R2(d,e,a,b,c,32); R2(c,d,e,a,b,33); R2(b,c,d,e,a,34); R2(a,b,c,d,e,35); in SHA1Transform()
207 R2(e,a,b,c,d,36); R2(d,e,a,b,c,37); R2(c,d,e,a,b,38); R2(b,c,d,e,a,39); in SHA1Transform()
/hal_espressif-3.6.0/components/ulp/
DREADME.rst10 I_ADDR(R2, R0, R1), // R2 <- R0 + R1
11 I_ST(R2, R3, 2), // R2 -> RTC_SLOW_MEM[R2 + 2]
38 I_MOVI(R2, 33), // R2 <- 33
39 I_LD(R2, R2, 0), // R2 <- RTC_SLOW_MEM[R2]
40 I_SUBR(R3, R1, R2), // R3 <- R1 - R2
/hal_espressif-3.6.0/examples/system/deep_sleep/main/
Ddeep_sleep_example_main.c357 I_MOVI(R2, ULP_DATA_OFFSET), in start_ulp_temperature_monitoring()
359 I_LD(R1, R2, 1), in start_ulp_temperature_monitoring()
361 I_ST(R1, R2, 1), in start_ulp_temperature_monitoring()
369 I_ST(R3, R2, 2), in start_ulp_temperature_monitoring()
371 I_LD(R0, R2, 0), in start_ulp_temperature_monitoring()
376 I_ST(R0, R2, 0), in start_ulp_temperature_monitoring()
382 I_ST(R1, R2, 3), in start_ulp_temperature_monitoring()
388 I_ST(R1, R2, 4), in start_ulp_temperature_monitoring()
/hal_espressif-3.6.0/components/mbedtls/esp_crt_bundle/
Dcmn_crt_authorities.csv26 Google Trust Services LLC (GTS),GlobalSign Root CA - R2
28 Google Trust Services LLC (GTS),GTS Root R2
Dcacrt_all.pem42 GlobalSign Root CA - R2
1226 CA Disig Root R2
2370 SSL.com EV Root Certification Authority RSA R2
2495 GTS Root R2
/hal_espressif-3.6.0/docs/zh_CN/hw-reference/esp32/
Duser-guide-devkits-r-v1.1.rst236 R2 23 GPIO23
/hal_espressif-3.6.0/components/ulp/include/esp32s3/
Dulp.h38 #define R2 2 /*!< general purpose register 2 */ macro
/hal_espressif-3.6.0/components/ulp/include/esp32s2/
Dulp.h38 #define R2 2 /*!< general purpose register 2 */ macro
/hal_espressif-3.6.0/components/ulp/include/esp32/
Dulp.h38 #define R2 2 /*!< general purpose register 2 */ macro
/hal_espressif-3.6.0/docs/en/hw-reference/esp32/
Duser-guide-devkits-r-v1.1.rst236 R2 23 GPIO23