Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/driver/
Dtouch_sensor_common.c34 …TOUCH_CHECK(channel < SOC_TOUCH_SENSOR_NUM && channel >= 0, "Touch channel error", ESP_ERR_INVALID…
38 …TOUCH_CHECK(channel < SOC_TOUCH_SENSOR_NUM && channel >= 0, "Touch channel error", ESP_ERR_INVALID…
45 _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-3.6.0/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-3.6.0/components/soc/include/soc/
Dtouch_sensor_periph.h31 extern const int touch_sensor_channel_io_map[SOC_TOUCH_SENSOR_NUM];
/hal_espressif-3.6.0/components/soc/esp32/
Dtouch_sensor_periph.c18 const int touch_sensor_channel_io_map[SOC_TOUCH_SENSOR_NUM] = {
/hal_espressif-3.6.0/components/soc/esp32s3/
Dtouch_sensor_periph.c11 const int touch_sensor_channel_io_map[SOC_TOUCH_SENSOR_NUM] = {
/hal_espressif-3.6.0/components/soc/esp32s2/
Dtouch_sensor_periph.c19 const int touch_sensor_channel_io_map[SOC_TOUCH_SENSOR_NUM] = {
/hal_espressif-3.6.0/docs/zh_CN/api-reference/peripherals/
Dindex.rst33 :SOC_TOUCH_SENSOR_NUM: touch_pad
/hal_espressif-3.6.0/docs/en/api-reference/peripherals/
Dindex.rst33 :SOC_TOUCH_SENSOR_NUM: touch_pad
/hal_espressif-3.6.0/components/esp_hw_support/include/
Desp_sleep.h129 #if SOC_TOUCH_SENSOR_NUM > 0
/hal_espressif-3.6.0/components/soc/esp32c3/include/soc/
Dsoc_caps.h255 #define SOC_TOUCH_SENSOR_NUM (0) /*! No touch sensors on ESP32-C3 */ macro
/hal_espressif-3.6.0/components/soc/esp32h2/include/soc/
Dsoc_caps.h243 #define SOC_TOUCH_SENSOR_NUM (0) /*! No touch sensors on ESP32-C3 */ macro
/hal_espressif-3.6.0/components/soc/esp32s3/include/soc/
Dsoc_caps.h226 #define SOC_TOUCH_SENSOR_NUM (15) /*! 15 Touch channels */ macro
/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/
Dsoc_caps.h243 #define SOC_TOUCH_SENSOR_NUM (15) /*!<15 Touch channels */ macro
/hal_espressif-3.6.0/components/soc/esp32/include/soc/
Dsoc_caps.h243 #define SOC_TOUCH_SENSOR_NUM (10) macro
/hal_espressif-3.6.0/components/driver/esp32s3/
Dtouch_sensor.c42 …ESP_RETURN_ON_FALSE(channel < SOC_TOUCH_SENSOR_NUM && channel >= 0, ESP_ERR_INVALID_ARG, TOUCH_TAG…
422 …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-3.6.0/components/driver/esp32s2/
Dtouch_sensor.c42 …ESP_RETURN_ON_FALSE(channel < SOC_TOUCH_SENSOR_NUM && channel >= 0, ESP_ERR_INVALID_ARG, TOUCH_TAG…
443 …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-3.6.0/examples/system/deep_sleep/main/
Ddeep_sleep_example_main.c29 #if SOC_TOUCH_SENSOR_NUM > 0
/hal_espressif-3.6.0/components/esp_hw_support/
Dsleep_modes.c36 #if SOC_TOUCH_SENSOR_NUM > 0
860 #if SOC_TOUCH_SENSOR_NUM > 0
/hal_espressif-3.6.0/zephyr/esp_shared/components/esp_hw_support/
Dsleep_modes.c42 #if SOC_TOUCH_SENSOR_NUM > 0
895 #if SOC_TOUCH_SENSOR_NUM > 0
/hal_espressif-3.6.0/components/driver/esp32/
Dtouch_sensor.c54 #define TOUCH_CHANNEL_CHECK(channel) ESP_RETURN_ON_FALSE(channel < SOC_TOUCH_SENSOR_NUM, ESP_ERR_IN…
/hal_espressif-3.6.0/docs/en/api-reference/system/
Dsleep_modes.rst206 .. only:: SOC_TOUCH_SENSOR_NUM