Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/ulp/test/esp32/
Dtest_ulp.c53 I_LD(R0, R3, 0),
54 I_LD(R1, R3, 1),
77 I_LD(R1, R1, 0), // r1 = mem[33]
79 I_LD(R2, R2, 0), // r2 = mem[34]
149 I_LD(R0, R1, 4),
299 I_LD(R2, R1, 0), // load counter
358 I_LD(R2, R1, 1), // r2 <- counter
359 I_LD(R3, R1, 0), // r3 <- length
438 I_LD(R2, R1, 1), // r2 <- counter
439 I_LD(R3, R1, 0), // r3 <- length
/hal_espressif-3.6.0/components/ulp/
DREADME.rst8 I_LD(R0, R3, 0), // R0 <- RTC_SLOW_MEM[R3 + 0]
9 I_LD(R1, R3, 1), // R1 <- RTC_SLOW_MEM[R3 + 1]
37 I_LD(R1, R1, 0), // R1 <- RTC_SLOW_MEM[R1]
39 I_LD(R2, R2, 0), // R2 <- RTC_SLOW_MEM[R2]
105 .. doxygendefine:: I_LD
/hal_espressif-3.6.0/examples/system/deep_sleep/main/
Ddeep_sleep_example_main.c359 I_LD(R1, R2, 1), in start_ulp_temperature_monitoring()
371 I_LD(R0, R2, 0), in start_ulp_temperature_monitoring()
/hal_espressif-3.6.0/components/ulp/include/esp32s3/
Dulp.h455 #define I_LD(reg_dest, reg_addr, offset_) { .ld = { \ macro
/hal_espressif-3.6.0/components/ulp/include/esp32s2/
Dulp.h455 #define I_LD(reg_dest, reg_addr, offset_) { .ld = { \ macro
/hal_espressif-3.6.0/components/ulp/include/esp32/
Dulp.h489 #define I_LD(reg_dest, reg_addr, offset_) { .ld = { \ macro