Searched refs:I_SUBR (Results 1 – 6 of 6) sorted by relevance
/hal_espressif-3.6.0/components/ulp/test/esp32/ |
D | test_ulp.c | 80 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/ |
D | deep_sleep_example_main.c | 381 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/ |
D | README.rst | 40 I_SUBR(R3, R1, R2), // R3 <- R1 - R2 117 .. doxygendefine:: I_SUBR
|
/hal_espressif-3.6.0/components/ulp/include/esp32s3/ |
D | ulp.h | 595 #define I_SUBR(reg_dest, reg_src1, reg_src2) { .alu_reg = { \ macro
|
/hal_espressif-3.6.0/components/ulp/include/esp32s2/ |
D | ulp.h | 595 #define I_SUBR(reg_dest, reg_src1, reg_src2) { .alu_reg = { \ macro
|
/hal_espressif-3.6.0/components/ulp/include/esp32/ |
D | ulp.h | 629 #define I_SUBR(reg_dest, reg_src1, reg_src2) { .alu_reg = { \ macro
|