Home
last modified time | relevance | path

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

/hal_espressif-latest/components/driver/touch_sensor/
Dtouch_sensor_common.c33 …TOUCH_CHECK(channel < SOC_TOUCH_SENSOR_NUM && channel >= 0, "Touch channel error", ESP_ERR_INVALID…
37 …TOUCH_CHECK(channel < SOC_TOUCH_SENSOR_NUM && channel >= 0, "Touch channel error", ESP_ERR_INVALID…
44 _Static_assert(TOUCH_PAD_MAX == SOC_TOUCH_SENSOR_NUM, "Touch sensor channel number not equal to chi…
92 TOUCH_CHECK(touch_num < SOC_TOUCH_SENSOR_NUM, "Touch channel error", ESP_ERR_INVALID_ARG); in touch_pad_set_cnt_mode()
109 TOUCH_CHECK(touch_num < SOC_TOUCH_SENSOR_NUM, "Touch channel error", ESP_ERR_INVALID_ARG); in touch_pad_get_cnt_mode()
/hal_espressif-latest/components/hal/include/hal/
Dtouch_sensor_types.h27 #if SOC_TOUCH_SENSOR_NUM > 10
109 #define TOUCH_PAD_BIT_MASK_ALL ((1<<SOC_TOUCH_SENSOR_NUM)-1)
/hal_espressif-latest/components/soc/esp32/include/soc/
Dsoc_caps.h305 #define SOC_TOUCH_SENSOR_NUM (10) macro
DKconfig.soc_caps.in630 config SOC_TOUCH_SENSOR_NUM config
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dsoc_caps.h315 #define SOC_TOUCH_SENSOR_NUM (15) /*!<15 Touch channels */ macro
DKconfig.soc_caps.in722 config SOC_TOUCH_SENSOR_NUM config
/hal_espressif-latest/components/driver/touch_sensor/esp32s3/
Dtouch_sensor.c42 …ESP_RETURN_ON_FALSE(channel < SOC_TOUCH_SENSOR_NUM && channel >= 0, ESP_ERR_INVALID_ARG, TOUCH_TAG…
448 …ESP_RETURN_ON_FALSE(waterproof->guard_ring_pad < SOC_TOUCH_SENSOR_NUM, ESP_ERR_INVALID_ARG, TOUCH_… in touch_pad_waterproof_set_config()
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dsoc_caps.h344 #define SOC_TOUCH_SENSOR_NUM (15) /*! 15 Touch channels */ macro
DKconfig.soc_caps.in850 config SOC_TOUCH_SENSOR_NUM config
/hal_espressif-latest/components/driver/touch_sensor/esp32s2/
Dtouch_sensor.c42 …ESP_RETURN_ON_FALSE(channel < SOC_TOUCH_SENSOR_NUM && channel >= 0, ESP_ERR_INVALID_ARG, TOUCH_TAG…
475 …ESP_RETURN_ON_FALSE(waterproof->guard_ring_pad < SOC_TOUCH_SENSOR_NUM, ESP_ERR_INVALID_ARG, TOUCH_… in touch_pad_waterproof_set_config()
/hal_espressif-latest/components/driver/touch_sensor/esp32/
Dtouch_sensor.c55 #define TOUCH_CHANNEL_CHECK(channel) ESP_RETURN_ON_FALSE(channel < SOC_TOUCH_SENSOR_NUM, ESP_ERR_IN…