Searched refs:TOUCH_PAD_MAX (Results 1 – 10 of 10) sorted by relevance
/hal_espressif-latest/components/hal/esp32s2/ |
D | touch_sensor_hal.c | 37 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/ |
D | touch_sensor_hal.c | 37 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/ |
D | touch_sensor.c | 36 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/ |
D | touch_sensor.c | 71 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/ |
D | touch_sensor_types.h | 34 TOUCH_PAD_MAX, enumerator
|
/hal_espressif-latest/components/driver/touch_sensor/ |
D | touch_sensor_common.c | 44 _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/ |
D | touch_sensor.c | 347 …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/ |
D | sleep_modes.c | 1494 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/ |
D | touch_sensor_ll.h | 663 if (touch_num == TOUCH_PAD_MAX) { in touch_ll_reset_benchmark()
|
/hal_espressif-latest/components/hal/esp32s3/include/hal/ |
D | touch_sensor_ll.h | 683 if (touch_num == TOUCH_PAD_MAX) { in touch_ll_reset_benchmark()
|