Zephyr Project API  3.3.0
A Scalable Open Source RTOS
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
Definition: sensor.h:253
@ SENSOR_ATTR_PRIV_START
Definition: sensor.h:330
@ SENSOR_CHAN_PRIV_START
Definition: sensor.h:192
sensor_attribute_grow_r502a
Definition: grow_r502a.h:26
@ SENSOR_ATTR_R502A_RECORD_ADD
Definition: grow_r502a.h:28
@ SENSOR_ATTR_R502A_RECORD_DEL
Definition: grow_r502a.h:32
@ SENSOR_ATTR_R502A_RECORD_FREE_IDX
Definition: grow_r502a.h:34
@ SENSOR_ATTR_R502A_RECORD_EMPTY
Definition: grow_r502a.h:36
@ SENSOR_ATTR_R502A_RECORD_FIND
Definition: grow_r502a.h:30
sensor_trigger_type_grow_r502a
Definition: grow_r502a.h:21
@ SENSOR_TRIG_TOUCH
Definition: grow_r502a.h:23
sensor_channel_grow_r502a
Definition: grow_r502a.h:16
@ SENSOR_CHAN_FINGERPRINT
Definition: grow_r502a.h:18
Public APIs for the sensor driver.