Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/esp32s2/
Dtouch_sensor_hal.c37 touch_ll_reset_benchmark(TOUCH_PAD_MAX); in touch_hal_init()
43 touch_ll_reset_benchmark(TOUCH_PAD_MAX); in touch_hal_deinit()
121 … if (ch_num[i] == TOUCH_PAD_NUM0 || ch_num[i] >= TOUCH_PAD_MAX || ch_num[i] == touch_num) { in touch_hal_enable_proximity()
/hal_espressif-latest/components/hal/esp32s3/
Dtouch_sensor_hal.c37 touch_ll_reset_benchmark(TOUCH_PAD_MAX); in touch_hal_init()
43 touch_ll_reset_benchmark(TOUCH_PAD_MAX); in touch_hal_deinit()
121 … if (ch_num[i] == TOUCH_PAD_NUM0 || ch_num[i] >= TOUCH_PAD_MAX || ch_num[i] == touch_num) { in touch_hal_enable_proximity()
/hal_espressif-latest/components/driver/touch_sensor/esp32/
Dtouch_sensor.c36 uint16_t filtered_val[TOUCH_PAD_MAX];
37 uint32_t filter_last_val[TOUCH_PAD_MAX];
38 uint16_t raw_val[TOUCH_PAD_MAX];
107 for (int i = 0; i < TOUCH_PAD_MAX; i++) { in touch_pad_filter_cb()
/hal_espressif-latest/components/driver/touch_sensor/esp32s2/
Dtouch_sensor.c71 for (int i = TOUCH_PAD_MAX - 1; i >= 0; i--) { in touch_pad_workaround_isr_internal()
342 …ESP_RETURN_ON_FALSE(touch_num < TOUCH_PAD_MAX && touch_num >= 0, ESP_ERR_INVALID_ARG, TOUCH_TAG, … in touch_pad_read_raw_data()
373 …ESP_RETURN_ON_FALSE(touch_num <= TOUCH_PAD_MAX && touch_num >= 0, ESP_ERR_INVALID_ARG, TOUCH_TAG, … in touch_pad_reset_benchmark()
513 …ESP_RETURN_ON_FALSE(touch_num < TOUCH_PAD_MAX, ESP_ERR_INVALID_ARG, TOUCH_TAG, "Touch channel err… in touch_pad_proximity_enable()
/hal_espressif-latest/components/hal/include/hal/
Dtouch_sensor_types.h34 TOUCH_PAD_MAX, enumerator
/hal_espressif-latest/components/driver/touch_sensor/
Dtouch_sensor_common.c44 _Static_assert(TOUCH_PAD_MAX == SOC_TOUCH_SENSOR_NUM, "Touch sensor channel number not equal to chi…
/hal_espressif-latest/components/driver/touch_sensor/esp32s3/
Dtouch_sensor.c347 …ESP_RETURN_ON_FALSE(touch_num <= TOUCH_PAD_MAX && touch_num >= 0, ESP_ERR_INVALID_ARG, TOUCH_TAG, … in touch_pad_reset_benchmark()
486 …ESP_RETURN_ON_FALSE(touch_num < TOUCH_PAD_MAX, ESP_ERR_INVALID_ARG, TOUCH_TAG, "Touch channel err… in touch_pad_proximity_enable()
/hal_espressif-latest/components/esp_hw_support/
Dsleep_modes.c1494 if ((touch_num > TOUCH_PAD_NUM0) && (touch_num < TOUCH_PAD_MAX) && touch_ll_get_fsm_state()) {
1529 return TOUCH_PAD_MAX;
1534 return (ret == ESP_OK) ? pad_num : TOUCH_PAD_MAX;
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dtouch_sensor_ll.h663 if (touch_num == TOUCH_PAD_MAX) { in touch_ll_reset_benchmark()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dtouch_sensor_ll.h683 if (touch_num == TOUCH_PAD_MAX) { in touch_ll_reset_benchmark()