Home
last modified time | relevance | path

Searched refs:RTC_CNTL_TOUCH_DAC1_REG (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dtouch_sensor_ll.h172 …SET_PERI_REG_BITS(RTC_CNTL_TOUCH_DAC1_REG, RTC_CNTL_TOUCH_PAD10_DAC_V, slope, (RTC_CNTL_TOUCH_PAD1… in touch_ll_set_slope()
191 …*slope = GET_PERI_REG_BITS2(RTC_CNTL_TOUCH_DAC1_REG, RTC_CNTL_TOUCH_PAD10_DAC_V, (RTC_CNTL_TOUCH_P… in touch_ll_get_slope()
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Drtc_cntl_reg.h3639 #define RTC_CNTL_TOUCH_DAC1_REG (DR_REG_RTCCNTL_BASE + 0x150) macro