Searched refs:SOC_TOUCH_SENSOR_NUM (Results 1 – 21 of 21) sorted by relevance
/hal_espressif-3.6.0/components/driver/ |
D | touch_sensor_common.c | 34 …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/ |
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-3.6.0/components/soc/include/soc/ |
D | touch_sensor_periph.h | 31 extern const int touch_sensor_channel_io_map[SOC_TOUCH_SENSOR_NUM];
|
/hal_espressif-3.6.0/components/soc/esp32/ |
D | touch_sensor_periph.c | 18 const int touch_sensor_channel_io_map[SOC_TOUCH_SENSOR_NUM] = {
|
/hal_espressif-3.6.0/components/soc/esp32s3/ |
D | touch_sensor_periph.c | 11 const int touch_sensor_channel_io_map[SOC_TOUCH_SENSOR_NUM] = {
|
/hal_espressif-3.6.0/components/soc/esp32s2/ |
D | touch_sensor_periph.c | 19 const int touch_sensor_channel_io_map[SOC_TOUCH_SENSOR_NUM] = {
|
/hal_espressif-3.6.0/docs/zh_CN/api-reference/peripherals/ |
D | index.rst | 33 :SOC_TOUCH_SENSOR_NUM: touch_pad
|
/hal_espressif-3.6.0/docs/en/api-reference/peripherals/ |
D | index.rst | 33 :SOC_TOUCH_SENSOR_NUM: touch_pad
|
/hal_espressif-3.6.0/components/esp_hw_support/include/ |
D | esp_sleep.h | 129 #if SOC_TOUCH_SENSOR_NUM > 0
|
/hal_espressif-3.6.0/components/soc/esp32c3/include/soc/ |
D | soc_caps.h | 255 #define SOC_TOUCH_SENSOR_NUM (0) /*! No touch sensors on ESP32-C3 */ macro
|
/hal_espressif-3.6.0/components/soc/esp32h2/include/soc/ |
D | soc_caps.h | 243 #define SOC_TOUCH_SENSOR_NUM (0) /*! No touch sensors on ESP32-C3 */ macro
|
/hal_espressif-3.6.0/components/soc/esp32s3/include/soc/ |
D | soc_caps.h | 226 #define SOC_TOUCH_SENSOR_NUM (15) /*! 15 Touch channels */ macro
|
/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/ |
D | soc_caps.h | 243 #define SOC_TOUCH_SENSOR_NUM (15) /*!<15 Touch channels */ macro
|
/hal_espressif-3.6.0/components/soc/esp32/include/soc/ |
D | soc_caps.h | 243 #define SOC_TOUCH_SENSOR_NUM (10) macro
|
/hal_espressif-3.6.0/components/driver/esp32s3/ |
D | touch_sensor.c | 42 …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/ |
D | touch_sensor.c | 42 …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/ |
D | deep_sleep_example_main.c | 29 #if SOC_TOUCH_SENSOR_NUM > 0
|
/hal_espressif-3.6.0/components/esp_hw_support/ |
D | sleep_modes.c | 36 #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/ |
D | sleep_modes.c | 42 #if SOC_TOUCH_SENSOR_NUM > 0 895 #if SOC_TOUCH_SENSOR_NUM > 0
|
/hal_espressif-3.6.0/components/driver/esp32/ |
D | touch_sensor.c | 54 #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/ |
D | sleep_modes.rst | 206 .. only:: SOC_TOUCH_SENSOR_NUM
|