Home
last modified time | relevance | path

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

/hal_espressif-latest/components/driver/touch_sensor/esp32/
Dtouch_sensor.c88 uint32_t out_now = (in_now + (k - 1) * out_last) / k; in _touch_filter_iir() local
89 return out_now; in _touch_filter_iir()