Home
last modified time | relevance | path

Searched refs:TOUCH_CHANNEL_CHECK (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/driver/touch_sensor/
Dtouch_sensor_common.c32 #define TOUCH_CHANNEL_CHECK(channel) do { \ macro
36 #define TOUCH_CHANNEL_CHECK(channel) do { \ macro
123 TOUCH_CHANNEL_CHECK(touch_num); in touch_pad_io_init()
182 TOUCH_CHANNEL_CHECK(touch_num); in touch_pad_set_thresh()
191 TOUCH_CHANNEL_CHECK(touch_num); in touch_pad_set_thresh()
204 TOUCH_CHANNEL_CHECK(touch_num); in touch_pad_get_thresh()
211 TOUCH_CHANNEL_CHECK(touch_num); in touch_pad_get_thresh()
222 TOUCH_CHANNEL_CHECK(*pad_num); in touch_pad_get_wakeup_status()
/hal_espressif-latest/components/driver/touch_sensor/esp32s3/
Dtouch_sensor.c41 #define TOUCH_CHANNEL_CHECK(channel) do { \ macro
268 TOUCH_CHANNEL_CHECK(touch_num); in touch_pad_config()
316 TOUCH_CHANNEL_CHECK(touch_num); in touch_pad_read_raw_data()
326 TOUCH_CHANNEL_CHECK(touch_num); in touch_pad_filter_read_smooth()
336 TOUCH_CHANNEL_CHECK(touch_num); in touch_pad_read_benchmark()
558 TOUCH_CHANNEL_CHECK(pad_num); in touch_pad_sleep_channel_enable()
568 TOUCH_CHANNEL_CHECK(pad_num); in touch_pad_sleep_channel_enable_proximity()
/hal_espressif-latest/components/driver/touch_sensor/esp32s2/
Dtouch_sensor.c41 #define TOUCH_CHANNEL_CHECK(channel) do { \ macro
294 TOUCH_CHANNEL_CHECK(touch_num); in touch_pad_config()
353 TOUCH_CHANNEL_CHECK(touch_num); in touch_pad_filter_read_smooth()
363 TOUCH_CHANNEL_CHECK(touch_num); in touch_pad_read_benchmark()
585 TOUCH_CHANNEL_CHECK(pad_num); in touch_pad_sleep_channel_enable()
595 TOUCH_CHANNEL_CHECK(pad_num); in touch_pad_sleep_channel_enable_proximity()
/hal_espressif-latest/components/driver/touch_sensor/esp32/
Dtouch_sensor.c55 #define TOUCH_CHANNEL_CHECK(channel) ESP_RETURN_ON_FALSE(channel < SOC_TOUCH_SENSOR_NUM, ESP_ERR_IN… macro
281 TOUCH_CHANNEL_CHECK(touch_num); in touch_pad_config()
382 TOUCH_CHANNEL_CHECK(touch_num); in touch_pad_read()
398 TOUCH_CHANNEL_CHECK(touch_num); in touch_pad_read_raw_data()
411 TOUCH_CHANNEL_CHECK(touch_num); in touch_pad_read_filtered()