Searched refs:SOC_TOUCH_SENSOR_NUM (Results 1 – 11 of 11) sorted by relevance
/hal_espressif-latest/components/driver/touch_sensor/ |
D | touch_sensor_common.c | 33 …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/ |
D | touch_sensor_types.h | 27 #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/ |
D | soc_caps.h | 305 #define SOC_TOUCH_SENSOR_NUM (10) macro
|
D | Kconfig.soc_caps.in | 630 config SOC_TOUCH_SENSOR_NUM config
|
/hal_espressif-latest/components/soc/esp32s2/include/soc/ |
D | soc_caps.h | 315 #define SOC_TOUCH_SENSOR_NUM (15) /*!<15 Touch channels */ macro
|
D | Kconfig.soc_caps.in | 722 config SOC_TOUCH_SENSOR_NUM config
|
/hal_espressif-latest/components/driver/touch_sensor/esp32s3/ |
D | touch_sensor.c | 42 …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/ |
D | soc_caps.h | 344 #define SOC_TOUCH_SENSOR_NUM (15) /*! 15 Touch channels */ macro
|
D | Kconfig.soc_caps.in | 850 config SOC_TOUCH_SENSOR_NUM config
|
/hal_espressif-latest/components/driver/touch_sensor/esp32s2/ |
D | touch_sensor.c | 42 …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/ |
D | touch_sensor.c | 55 #define TOUCH_CHANNEL_CHECK(channel) ESP_RETURN_ON_FALSE(channel < SOC_TOUCH_SENSOR_NUM, ESP_ERR_IN…
|