Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/esp32/
Dtouch_sensor_hal.c18 touch_ll_clear_group_mask(TOUCH_PAD_BIT_MASK_ALL, TOUCH_PAD_BIT_MASK_ALL); in touch_hal_init()
/hal_espressif-latest/components/hal/esp32/include/hal/
Dtouch_sensor_hal.h109 #define touch_hal_clear_group_mask(group1_mask, group2_mask) touch_ll_clear_group_mask(group1_mask,…
Dtouch_sensor_ll.h431 static inline void touch_ll_clear_group_mask(uint16_t group1_mask, uint16_t group2_mask) in touch_ll_clear_group_mask() function