Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/hal/include/hal/
Dtouch_sensor_types.h226 #define TOUCH_PROXIMITY_MEAS_NUM_MAX (0xFF) macro
/hal_espressif-3.6.0/components/driver/esp32s3/
Dtouch_sensor.c472 …ESP_RETURN_ON_FALSE(count <= TOUCH_PROXIMITY_MEAS_NUM_MAX, ESP_ERR_INVALID_ARG, TOUCH_TAG, TOUCH_… in touch_pad_proximity_set_count()
/hal_espressif-3.6.0/components/driver/esp32s2/
Dtouch_sensor.c493 …ESP_RETURN_ON_FALSE(count <= TOUCH_PROXIMITY_MEAS_NUM_MAX, ESP_ERR_INVALID_ARG, TOUCH_TAG, TOUCH_… in touch_pad_proximity_set_count()