Searched refs:low_bit (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-latest/components/soc/esp32s3/include/soc/ |
D | soc_ulp.h | 32 #define READ_RTC_REG(rtc_reg, low_bit, bit_width) \ argument 33 REG_RD (((rtc_reg) - DR_REG_RTCCNTL_BASE) / 4), ((low_bit) + (bit_width) - 1), (low_bit) 36 #define WRITE_RTC_REG(rtc_reg, low_bit, bit_width, value) \ argument 37 …REG_WR (((rtc_reg) - DR_REG_RTCCNTL_BASE) / 4), ((low_bit) + (bit_width) - 1), (low_bit), ((value)…
|
/hal_espressif-latest/components/soc/esp32/include/soc/ |
D | soc_ulp.h | 32 #define READ_RTC_REG(rtc_reg, low_bit, bit_width) \ argument 33 REG_RD (((rtc_reg) - DR_REG_RTCCNTL_BASE) / 4), ((low_bit) + (bit_width) - 1), (low_bit) 36 #define WRITE_RTC_REG(rtc_reg, low_bit, bit_width, value) \ argument 37 …REG_WR (((rtc_reg) - DR_REG_RTCCNTL_BASE) / 4), ((low_bit) + (bit_width) - 1), (low_bit), ((value)…
|
/hal_espressif-latest/components/soc/esp32s2/include/soc/ |
D | soc_ulp.h | 32 #define READ_RTC_REG(rtc_reg, low_bit, bit_width) \ argument 33 REG_RD (((rtc_reg) - DR_REG_RTCCNTL_BASE) / 4), ((low_bit) + (bit_width) - 1), (low_bit) 36 #define WRITE_RTC_REG(rtc_reg, low_bit, bit_width, value) \ argument 37 …REG_WR (((rtc_reg) - DR_REG_RTCCNTL_BASE) / 4), ((low_bit) + (bit_width) - 1), (low_bit), ((value)…
|