Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/ulp/test/esp32/
Dtest_ulp.c80 I_SUBR(R3, R1, R2), // r3 = r1 - r2
361 I_SUBR(R3, R3, R2), // r3 = length - counter
441 I_SUBR(R3, R3, R2), // r3 = length - counter
/hal_espressif-3.6.0/examples/system/deep_sleep/main/
Ddeep_sleep_example_main.c381 I_SUBR(R1, R1, R3), in start_ulp_temperature_monitoring()
387 I_SUBR(R1, R3, R1), in start_ulp_temperature_monitoring()
/hal_espressif-3.6.0/components/ulp/
DREADME.rst40 I_SUBR(R3, R1, R2), // R3 <- R1 - R2
117 .. doxygendefine:: I_SUBR
/hal_espressif-3.6.0/components/ulp/include/esp32s3/
Dulp.h595 #define I_SUBR(reg_dest, reg_src1, reg_src2) { .alu_reg = { \ macro
/hal_espressif-3.6.0/components/ulp/include/esp32s2/
Dulp.h595 #define I_SUBR(reg_dest, reg_src1, reg_src2) { .alu_reg = { \ macro
/hal_espressif-3.6.0/components/ulp/include/esp32/
Dulp.h629 #define I_SUBR(reg_dest, reg_src1, reg_src2) { .alu_reg = { \ macro