Searched refs:TOUCH_NULL_POINTER_CHECK (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-latest/components/driver/touch_sensor/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 129 TOUCH_NULL_POINTER_CHECK(interval_cycle, "interval_cycle"); in touch_pad_get_measurement_interval() 147 TOUCH_NULL_POINTER_CHECK(charge_discharge_times, "charge_discharge_times"); in touch_pad_get_charge_discharge_times() 164 TOUCH_NULL_POINTER_CHECK(sleep_cycle, "sleep_cycle"); in touch_pad_get_meas_time() 165 TOUCH_NULL_POINTER_CHECK(meas_times, "meas_times"); in touch_pad_get_meas_time() 182 TOUCH_NULL_POINTER_CHECK(type, "type"); in touch_pad_get_idle_channel_connect() 204 TOUCH_NULL_POINTER_CHECK(enable_mask, "enable_mask"); in touch_pad_get_channel_mask() 277 TOUCH_NULL_POINTER_CHECK(threshold, "threshold"); in touch_pad_timeout_get_threshold() 343 TOUCH_NULL_POINTER_CHECK(raw_data, "raw_data"); in touch_pad_read_raw_data() 352 TOUCH_NULL_POINTER_CHECK(smooth_data, "smooth_data"); in touch_pad_filter_read_smooth() [all …]
|
/hal_espressif-latest/components/driver/touch_sensor/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 103 TOUCH_NULL_POINTER_CHECK(interval_cycle, "interval_cycle"); in touch_pad_get_measurement_interval() 121 TOUCH_NULL_POINTER_CHECK(charge_discharge_times, "charge_discharge_times"); in touch_pad_get_charge_discharge_times() 138 TOUCH_NULL_POINTER_CHECK(sleep_cycle, "sleep_cycle"); in touch_pad_get_meas_time() 139 TOUCH_NULL_POINTER_CHECK(meas_times, "meas_times"); in touch_pad_get_meas_time() 156 TOUCH_NULL_POINTER_CHECK(type, "type"); in touch_pad_get_idle_channel_connect() 178 TOUCH_NULL_POINTER_CHECK(enable_mask, "enable_mask"); in touch_pad_get_channel_mask() 251 TOUCH_NULL_POINTER_CHECK(threshold, "threshold"); in touch_pad_timeout_get_threshold() 317 TOUCH_NULL_POINTER_CHECK(raw_data, "raw_data"); in touch_pad_read_raw_data() 327 TOUCH_NULL_POINTER_CHECK(smooth_data, "smooth_data"); in touch_pad_filter_read_smooth() [all …]
|
/hal_espressif-latest/components/driver/touch_sensor/esp32/ |
D | touch_sensor.c | 56 #define TOUCH_NULL_POINTER_CHECK(p, name) ESP_RETURN_ON_FALSE((p), ESP_ERR_INVALID_ARG, TOUCH_TAG, … macro 135 TOUCH_NULL_POINTER_CHECK(interval_cycle, "interval_cycle"); in touch_pad_get_measurement_interval() 153 TOUCH_NULL_POINTER_CHECK(clock_cycle, "clock_cycle"); in touch_pad_get_measurement_clock_cycles() 170 TOUCH_NULL_POINTER_CHECK(sleep_cycle, "sleep_cycle"); in touch_pad_get_meas_time() 171 TOUCH_NULL_POINTER_CHECK(meas_cycle, "meas_cycle"); in touch_pad_get_meas_time() 188 TOUCH_NULL_POINTER_CHECK(mode, "mode"); in touch_pad_get_trigger_mode() 204 TOUCH_NULL_POINTER_CHECK(src, "src"); in touch_pad_get_trigger_source() 225 TOUCH_NULL_POINTER_CHECK(set1_mask, "set1_mask"); in touch_pad_get_group_mask() 226 TOUCH_NULL_POINTER_CHECK(set2_mask, "set2_mask"); in touch_pad_get_group_mask() 227 TOUCH_NULL_POINTER_CHECK(en_mask, "en_mask"); in touch_pad_get_group_mask() [all …]
|