Lines Matching +full:touch +full:- +full:sensor
4 * SPDX-License-Identifier: Apache-2.0
14 #include <zephyr/drivers/sensor.h>
70 /** Trigger fires when a touch is detected. */
84 /** Add template to the sensor record storage */
86 * @param val->val1 record index for template to be
87 * stored in the sensor device's flash
93 * @result val->val1 matched record index.
94 * val->val2 matching score.
99 * @param val->val1 record start index to be deleted.
100 * @param val->val2 number of records to be deleted.
107 /** To load template from storage to RAM buffer of sensor*/
109 * @param val->val1 record start index to be loaded in
113 /** To template data stored in sensor's RAM buffer*/
116 * val->val1 match result.
119 * val->val2 matching score.
124 * @param val->val1 parameter number from enum r502a_sys_param_set.
125 * @param val->val2 content to be written for the respective parameter.
128 * @result val->ex.data buffer holds the system parameter values.