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
qdec_mcux.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2022, Prevas A/S
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7#ifndef ZEPHYR_INCLUDE_DRIVERS_SENSOR_QDEC_MCUX_H_
8#define ZEPHYR_INCLUDE_DRIVERS_SENSOR_QDEC_MCUX_H_
9
11
13 /* Number of counts per revolution */
15 /* Single phase counting */
17};
18
19#endif /* ZEPHYR_INCLUDE_DRIVERS_SENSOR_QDEC_MCUX_H_ */
@ SENSOR_ATTR_PRIV_START
This and higher values are sensor specific.
Definition: sensor.h:340
sensor_attribute_qdec_mcux
Definition: qdec_mcux.h:12
@ SENSOR_ATTR_QDEC_MOD_VAL
Definition: qdec_mcux.h:14
@ SENSOR_ATTR_QDEC_ENABLE_SINGLE_PHASE
Definition: qdec_mcux.h:16
Public APIs for the sensor driver.