Searched refs:SOC_TOUCH_SENSOR_NUM (Results 1 – 8 of 8) sorted by relevance
/device/soc/esp/esp32/components/driver/ |
D | touch_sensor_common.c | 42 …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/ |
D | touch_sensor_types.h | 35 #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/ |
D | touch_sensor_periph.h | 31 extern const int touch_sensor_channel_io_map[SOC_TOUCH_SENSOR_NUM];
|
/device/soc/esp/esp32/components/soc/esp32/ |
D | touch_sensor_periph.c | 18 const int touch_sensor_channel_io_map[SOC_TOUCH_SENSOR_NUM] = {
|
/device/soc/esp/esp32/components/esp_system/include/ |
D | esp_sleep.h | 131 #if SOC_TOUCH_SENSOR_NUM > 0
|
/device/soc/esp/esp32/components/soc/esp32/include/soc/ |
D | soc_caps.h | 217 #define SOC_TOUCH_SENSOR_NUM (10) macro
|
/device/soc/esp/esp32/components/esp_system/ |
D | sleep_modes.c | 41 #if SOC_TOUCH_SENSOR_NUM > 0 930 #if SOC_TOUCH_SENSOR_NUM > 0
|
/device/soc/esp/esp32/components/driver/esp32/ |
D | touch_sensor.c | 66 #define TOUCH_CHANNEL_CHECK(channel) TOUCH_CHECK(channel < SOC_TOUCH_SENSOR_NUM, "Touch channel err…
|