nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches
paw3212.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2019 Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5 */
6
7#ifndef ZEPHYR_INCLUDE_PAW3212_H_
8#define ZEPHYR_INCLUDE_PAW3212_H_
9
16#include <zephyr/drivers/sensor.h>
17
18#ifdef __cplusplus
19extern "C" {
20#endif
21
31 PAW3212_ATTR_CPI = SENSOR_ATTR_PRIV_START,
32
35
38
41
44
47
50
53};
54
59#ifdef __cplusplus
60}
61#endif
62
63#endif /* ZEPHYR_INCLUDE_PAW3212_H_ */
paw3212_attribute
Sensor specific attributes of PAW3212.
Definition: paw3212.h:29
@ PAW3212_ATTR_SLEEP1_SAMPLE_TIME
Definition: paw3212.h:46
@ PAW3212_ATTR_SLEEP2_SAMPLE_TIME
Definition: paw3212.h:49
@ PAW3212_ATTR_SLEEP3_TIMEOUT
Definition: paw3212.h:43
@ PAW3212_ATTR_SLEEP_ENABLE
Definition: paw3212.h:34
@ PAW3212_ATTR_CPI
Definition: paw3212.h:31
@ PAW3212_ATTR_SLEEP2_TIMEOUT
Definition: paw3212.h:40
@ PAW3212_ATTR_SLEEP3_SAMPLE_TIME
Definition: paw3212.h:52
@ PAW3212_ATTR_SLEEP1_TIMEOUT
Definition: paw3212.h:37