Zephyr API Documentation  3.5.0
A Scalable Open Source RTOS
3.5.0
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
grow_r502a.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2022 Linumiz
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7#ifndef ZEPHYR_INCLUDE_DRIVERS_SENSOR_GROW_R502A_H_
8#define ZEPHYR_INCLUDE_DRIVERS_SENSOR_GROW_R502A_H_
9
10#ifdef __cplusplus
11extern "C" {
12#endif
13
15
19};
20
24};
25
37};
38
39#ifdef __cplusplus
40}
41#endif
42
43#endif /* ZEPHYR_INCLUDE_ZEPHYR_DRIVERS_SENSOR_GROW_R502A_H_ */
@ SENSOR_TRIG_PRIV_START
This and higher values are sensor specific.
Definition: sensor.h:263
@ SENSOR_ATTR_PRIV_START
This and higher values are sensor specific.
Definition: sensor.h:340
@ SENSOR_CHAN_PRIV_START
This and higher values are sensor specific.
Definition: sensor.h:202
sensor_attribute_grow_r502a
Definition: grow_r502a.h:26
@ SENSOR_ATTR_R502A_RECORD_ADD
Add values to the sensor which are having record storage facility.
Definition: grow_r502a.h:28
@ SENSOR_ATTR_R502A_RECORD_DEL
To delete mentioned data from record storage.
Definition: grow_r502a.h:32
@ SENSOR_ATTR_R502A_RECORD_FREE_IDX
To get available position to store data on record storage.
Definition: grow_r502a.h:34
@ SENSOR_ATTR_R502A_RECORD_EMPTY
To empty the storage record.
Definition: grow_r502a.h:36
@ SENSOR_ATTR_R502A_RECORD_FIND
To find requested data in record storage.
Definition: grow_r502a.h:30
sensor_trigger_type_grow_r502a
Definition: grow_r502a.h:21
@ SENSOR_TRIG_TOUCH
Trigger fires when a touch is detected.
Definition: grow_r502a.h:23
sensor_channel_grow_r502a
Definition: grow_r502a.h:16
@ SENSOR_CHAN_FINGERPRINT
Fingerprint template count, ID number for enrolling and searching.
Definition: grow_r502a.h:18
Public APIs for the sensor driver.