Searched refs:TOUCH_NULL_POINTER_CHECK (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-3.6.0/components/driver/esp32s3/ |
D | touch_sensor.c | 47 #define TOUCH_NULL_POINTER_CHECK(p, name) ESP_RETURN_ON_FALSE((p), ESP_ERR_INVALID_ARG, TOUCH_TAG, … macro 105 TOUCH_NULL_POINTER_CHECK(sleep_cycle, "sleep_cycle"); in touch_pad_get_meas_time() 106 TOUCH_NULL_POINTER_CHECK(meas_times, "meas_times"); in touch_pad_get_meas_time() 126 TOUCH_NULL_POINTER_CHECK(type, "type"); in touch_pad_get_idle_channel_connect() 148 TOUCH_NULL_POINTER_CHECK(enable_mask, "enable_mask"); in touch_pad_get_channel_mask() 221 TOUCH_NULL_POINTER_CHECK(threshold, "threshold"); in touch_pad_timeout_get_threshold() 291 TOUCH_NULL_POINTER_CHECK(raw_data, "raw_data"); in touch_pad_read_raw_data() 301 TOUCH_NULL_POINTER_CHECK(smooth_data, "smooth_data"); in touch_pad_filter_read_smooth() 311 TOUCH_NULL_POINTER_CHECK(benchmark, "benchmark"); in touch_pad_read_benchmark() 330 TOUCH_NULL_POINTER_CHECK(filter_info, "filter_info"); in touch_pad_filter_set_config() [all …]
|
/hal_espressif-3.6.0/components/driver/esp32s2/ |
D | touch_sensor.c | 47 #define TOUCH_NULL_POINTER_CHECK(p, name) ESP_RETURN_ON_FALSE((p), ESP_ERR_INVALID_ARG, TOUCH_TAG, … macro 150 TOUCH_NULL_POINTER_CHECK(type, "type"); in touch_pad_get_idle_channel_connect() 172 TOUCH_NULL_POINTER_CHECK(enable_mask, "enable_mask"); in touch_pad_get_channel_mask() 245 TOUCH_NULL_POINTER_CHECK(threshold, "threshold"); in touch_pad_timeout_get_threshold() 311 TOUCH_NULL_POINTER_CHECK(raw_data, "raw_data"); in touch_pad_read_raw_data() 320 TOUCH_NULL_POINTER_CHECK(smooth_data, "smooth_data"); in touch_pad_filter_read_smooth() 330 TOUCH_NULL_POINTER_CHECK(benchmark, "benchmark"); in touch_pad_read_benchmark() 350 TOUCH_NULL_POINTER_CHECK(filter_info, "filter_info"); in touch_pad_filter_set_config() 366 TOUCH_NULL_POINTER_CHECK(filter_info, "filter_info"); in touch_pad_filter_get_config() 408 TOUCH_NULL_POINTER_CHECK(denoise, "denoise"); in touch_pad_denoise_set_config() [all …]
|
/hal_espressif-3.6.0/components/driver/esp32/ |
D | touch_sensor.c | 55 #define TOUCH_NULL_POINTER_CHECK(p, name) ESP_RETURN_ON_FALSE((p), ESP_ERR_INVALID_ARG, TOUCH_TAG, … macro 139 TOUCH_NULL_POINTER_CHECK(sleep_cycle, "sleep_cycle"); in touch_pad_get_meas_time() 140 TOUCH_NULL_POINTER_CHECK(meas_cycle, "meas_cycle"); in touch_pad_get_meas_time() 160 TOUCH_NULL_POINTER_CHECK(mode, "mode"); in touch_pad_get_trigger_mode() 176 TOUCH_NULL_POINTER_CHECK(src, "src"); in touch_pad_get_trigger_source() 197 TOUCH_NULL_POINTER_CHECK(set1_mask, "set1_mask"); in touch_pad_get_group_mask() 198 TOUCH_NULL_POINTER_CHECK(set2_mask, "set2_mask"); in touch_pad_get_group_mask() 199 TOUCH_NULL_POINTER_CHECK(en_mask, "en_mask"); in touch_pad_get_group_mask() 344 TOUCH_NULL_POINTER_CHECK(touch_value, "touch_value"); in touch_pad_read() 360 TOUCH_NULL_POINTER_CHECK(touch_value, "touch_value"); in touch_pad_read_raw_data() [all …]
|