Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
eqdc_mcux.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2026 NXP
3 * SPDX-License-Identifier: Apache-2.0
4 */
5
11
12#ifndef ZEPHYR_INCLUDE_DRIVERS_SENSOR_EQDC_MCUX_H_
13#define ZEPHYR_INCLUDE_DRIVERS_SENSOR_EQDC_MCUX_H_
14
21
23
24#ifdef __cplusplus
25extern "C" {
26#endif
27
38
39#ifdef __cplusplus
40}
41#endif
42
46
47#endif /* ZEPHYR_INCLUDE_DRIVERS_SENSOR_EQDC_MCUX_H_ */
sensor_attribute_eqdc_mcux
Extended sensor attributes for NXP MCUX EQDC.
Definition eqdc_mcux.h:31
@ SENSOR_ATTR_EQDC_PRESCALED_FREQUENCY
Clock frequency of the EQDC module after prescaled - uint32_t.
Definition eqdc_mcux.h:36
@ SENSOR_ATTR_EQDC_COUNTS_PER_REVOLUTION
Counts per revolution - uint32_t.
Definition eqdc_mcux.h:33
@ SENSOR_ATTR_PRIV_START
This and higher values are sensor specific.
Definition sensor.h:448
Main header file for sensor driver API.