nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches
pmw3360.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_PMW3360_H_
8#define ZEPHYR_INCLUDE_PMW3360_H_
9
16#include <zephyr/drivers/sensor.h>
17
18#ifdef __cplusplus
19extern "C" {
20#endif
21
31 PMW3360_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_PMW3360_H_ */
pmw3360_attribute
Sensor specific attributes of PMW3360.
Definition: pmw3360.h:29
@ PMW3360_ATTR_REST2_DOWNSHIFT_TIME
Definition: pmw3360.h:43
@ PMW3360_ATTR_REST1_DOWNSHIFT_TIME
Definition: pmw3360.h:40
@ PMW3360_ATTR_REST3_SAMPLE_TIME
Definition: pmw3360.h:52
@ PMW3360_ATTR_REST2_SAMPLE_TIME
Definition: pmw3360.h:49
@ PMW3360_ATTR_REST_ENABLE
Definition: pmw3360.h:34
@ PMW3360_ATTR_REST1_SAMPLE_TIME
Definition: pmw3360.h:46
@ PMW3360_ATTR_CPI
Definition: pmw3360.h:31
@ PMW3360_ATTR_RUN_DOWNSHIFT_TIME
Definition: pmw3360.h:37