Searched refs:I_RD_REG (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-3.6.0/components/ulp/test/esp32/ |
D | test_ulp.c | 137 I_RD_REG(RTC_CNTL_STORE1_REG, 0, 15), 139 I_RD_REG(RTC_CNTL_STORE1_REG, 4, 11), 141 I_RD_REG(RTC_CNTL_STORE1_REG, 16, 31), 143 I_RD_REG(RTC_CNTL_STORE1_REG, 20, 27),
|
/hal_espressif-3.6.0/components/ulp/ |
D | README.rst | 107 .. doxygendefine:: I_RD_REG
|
/hal_espressif-3.6.0/components/ulp/include/esp32s3/ |
D | ulp.h | 328 #define I_RD_REG(reg, low_bit, high_bit) {.rd_reg = {\ macro
|
/hal_espressif-3.6.0/components/ulp/include/esp32s2/ |
D | ulp.h | 327 #define I_RD_REG(reg, low_bit, high_bit) {.rd_reg = {\ macro
|
/hal_espressif-3.6.0/components/ulp/include/esp32/ |
D | ulp.h | 361 #define I_RD_REG(reg, low_bit, high_bit) {.rd_reg = {\ macro
|