Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dtouch_sensor_ll.h351 SENS.sar_touch_conf.touch_outen |= (enable_mask & TOUCH_PAD_BIT_MASK_ALL); in touch_ll_set_channel_mask()
362 *enable_mask = SENS.sar_touch_conf.touch_outen \ in touch_ll_get_channel_mask()
375 SENS.sar_touch_conf.touch_outen &= ~(disable_mask & TOUCH_PAD_BIT_MASK_ALL); in touch_ll_clear_channel_mask()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dtouch_sensor_ll.h359 SENS.sar_touch_conf.touch_outen |= (enable_mask & TOUCH_PAD_BIT_MASK_ALL); in touch_ll_set_channel_mask()
370 *enable_mask = SENS.sar_touch_conf.touch_outen \ in touch_ll_get_channel_mask()
383 SENS.sar_touch_conf.touch_outen &= ~(disable_mask & TOUCH_PAD_BIT_MASK_ALL); in touch_ll_clear_channel_mask()
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dsens_struct.h220 uint32_t touch_outen: 15; /*touch controller output enable*/ member
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dsens_struct.h218 uint32_t touch_outen : 15; /*touch controller output enable*/ member