Home
last modified time | relevance | path

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

/hal_espressif-latest/components/driver/touch_sensor/esp32/
Dtouch_sensor.c51 #define TOUCH_PAD_SHIFT_ROUND_DEFAULT (8) // ROUND = 2^(n-1); rounding off for fractional. macro
116 …(s_touch_pad_filter->filter_last_val[i] + TOUCH_PAD_SHIFT_ROUND_DEFAULT) >> TOUCH_PAD_SHIFT_DEFAUL… in touch_pad_filter_cb()
/hal_espressif-latest/components/driver/touch_sensor/esp32s3/
Dtouch_sensor.c36 #define TOUCH_PAD_SHIFT_ROUND_DEFAULT (8) // ROUND = 2^(n-1); rounding off for fractional. macro
/hal_espressif-latest/components/driver/touch_sensor/esp32s2/
Dtouch_sensor.c36 #define TOUCH_PAD_SHIFT_ROUND_DEFAULT (8) // ROUND = 2^(n-1); rounding off for fractional. macro