Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/esp32/include/hal/
Dtouch_sensor_ll.h208 touch_pad_t touch_pad_wrap = touch_ll_num_wrap(touch_num); in touch_ll_set_tie_option() local
209 RTCIO.touch_pad[touch_pad_wrap].tie_opt = opt; in touch_ll_set_tie_option()
220 touch_pad_t touch_pad_wrap = touch_ll_num_wrap(touch_num); in touch_ll_get_tie_option() local
221 *opt = (touch_tie_opt_t)RTCIO.touch_pad[touch_pad_wrap].tie_opt; in touch_ll_get_tie_option()