Home
last modified time | relevance | path

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

/hal_espressif-latest/components/driver/touch_sensor/esp32/
Dtouch_sensor.c45 static uint16_t s_touch_pad_init_bit = 0x0000; variable
108 if ((s_touch_pad_init_bit >> i) & 0x1) { in touch_pad_filter_cb()
291 s_touch_pad_init_bit |= (1 << touch_num); in touch_pad_config()
307 s_touch_pad_init_bit |= (1 << touch_num); in touch_pad_config()
346 s_touch_pad_init_bit = 0x0000; in touch_pad_deinit()