Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/ulp/test/esp32/
Dtest_ulp.c52 I_MOVI(R3, 16),
74 I_MOVI(R0, 34), // r0 = dst
76 I_MOVI(R1, 32),
78 I_MOVI(R2, 33),
105 I_MOVI(R1, 1024),
114 I_MOVI(R2, 42),
115 I_MOVI(R3, 15),
136 I_MOVI(R1, 64),
227 I_MOVI(R0, 0), // R0 is LED state
228 I_MOVI(R2, 16), // loop R2 from 16 down to 0
[all …]
/hal_espressif-3.6.0/components/ulp/
DREADME.rst7 I_MOVI(R3, 16), // R3 <- 16
34 I_MOVI(R0, 34), // R0 <- 34
36 I_MOVI(R1, 32), // R1 <- 32
38 I_MOVI(R2, 33), // R2 <- 33
127 .. doxygendefine:: I_MOVI
/hal_espressif-3.6.0/components/ulp/include/esp32/
Dulp.h751 #define I_MOVI(reg_dest, imm_) { .alu_imm = { \ macro
831 I_MOVI(reg_dest, 0)
/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()
/hal_espressif-3.6.0/components/ulp/include/esp32s3/
Dulp.h717 #define I_MOVI(reg_dest, imm_) { .alu_imm = { \ macro
/hal_espressif-3.6.0/components/ulp/include/esp32s2/
Dulp.h717 #define I_MOVI(reg_dest, imm_) { .alu_imm = { \ macro