Home
last modified time | relevance | path

Searched refs:I_ST (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-3.6.0/components/ulp/test/esp32/
Dtest_ulp.c56 I_ST(R2, R3, 2),
81 I_ST(R3, R0, 0), // dst[0] = r3
111 I_ST(R1, R3, 16),
116 I_ST(R2, R3, 0),
138 I_ST(R0, R1, 0),
140 I_ST(R0, R1, 1),
142 I_ST(R0, R1, 2),
144 I_ST(R0, R1, 3),
151 I_ST(R0, R1, 4),
301 I_ST(R2, R1, 0), // save counter
[all …]
/hal_espressif-3.6.0/examples/system/deep_sleep/main/
Ddeep_sleep_example_main.c361 I_ST(R1, R2, 1), in start_ulp_temperature_monitoring()
369 I_ST(R3, R2, 2), 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/ulp/
DREADME.rst11 I_ST(R2, R3, 2), // R2 -> RTC_SLOW_MEM[R2 + 2]
41 I_ST(R3, R0, 0), // R3 -> RTC_SLOW_MEM[R0 + 0]
104 .. doxygendefine:: I_ST
/hal_espressif-3.6.0/components/ulp/include/esp32s3/
Dulp.h439 #define I_ST(reg_val, reg_addr, offset_) { .st = { \ macro
/hal_espressif-3.6.0/components/ulp/include/esp32s2/
Dulp.h439 #define I_ST(reg_val, reg_addr, offset_) { .st = { \ macro
/hal_espressif-3.6.0/components/ulp/include/esp32/
Dulp.h473 #define I_ST(reg_val, reg_addr, offset_) { .st = { \ macro