Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/driver/
Dtouch_sensor_common.c42 …TOUCH_CHECK(channel < SOC_TOUCH_SENSOR_NUM && channel >= 0, "Touch channel error", ESP_ERR_INVALID…
46 …TOUCH_CHECK(channel < SOC_TOUCH_SENSOR_NUM && channel >= 0, "Touch channel error", ESP_ERR_INVALID…
53 _Static_assert(TOUCH_PAD_MAX == SOC_TOUCH_SENSOR_NUM, "Touch sensor channel number not equal to chi…
100 TOUCH_CHECK(touch_num < SOC_TOUCH_SENSOR_NUM, "Touch channel error", ESP_ERR_INVALID_ARG); in touch_pad_set_cnt_mode()
117 TOUCH_CHECK(touch_num < SOC_TOUCH_SENSOR_NUM, "Touch channel error", ESP_ERR_INVALID_ARG); in touch_pad_get_cnt_mode()
/device/soc/esp/esp32/components/hal/include/hal/
Dtouch_sensor_types.h35 #if SOC_TOUCH_SENSOR_NUM > 10
117 #define TOUCH_PAD_BIT_MASK_ALL ((1<<SOC_TOUCH_SENSOR_NUM)-1)
/device/soc/esp/esp32/components/soc/include/soc/
Dtouch_sensor_periph.h31 extern const int touch_sensor_channel_io_map[SOC_TOUCH_SENSOR_NUM];
/device/soc/esp/esp32/components/soc/esp32/
Dtouch_sensor_periph.c18 const int touch_sensor_channel_io_map[SOC_TOUCH_SENSOR_NUM] = {
/device/soc/esp/esp32/components/esp_system/include/
Desp_sleep.h131 #if SOC_TOUCH_SENSOR_NUM > 0
/device/soc/esp/esp32/components/soc/esp32/include/soc/
Dsoc_caps.h217 #define SOC_TOUCH_SENSOR_NUM (10) macro
/device/soc/esp/esp32/components/esp_system/
Dsleep_modes.c41 #if SOC_TOUCH_SENSOR_NUM > 0
930 #if SOC_TOUCH_SENSOR_NUM > 0
/device/soc/esp/esp32/components/driver/esp32/
Dtouch_sensor.c66 #define TOUCH_CHANNEL_CHECK(channel) TOUCH_CHECK(channel < SOC_TOUCH_SENSOR_NUM, "Touch channel err…