blob: e8037f3a97ddb914c28d4c57824249ed1387ff54 [file] [log] [blame]
/*
* Copyright (c) 2022, Prevas A/S
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef ZEPHYR_INCLUDE_DRIVERS_SENSOR_QDEC_MCUX_H_
#define ZEPHYR_INCLUDE_DRIVERS_SENSOR_QDEC_MCUX_H_
#include <zephyr/drivers/sensor.h>
enum sensor_attribute_qdec_mcux {
/* Number of counts per revolution */
SENSOR_ATTR_QDEC_MOD_VAL = SENSOR_ATTR_PRIV_START,
/* Single phase counting */
SENSOR_ATTR_QDEC_ENABLE_SINGLE_PHASE,
};
#endif /* ZEPHYR_INCLUDE_DRIVERS_SENSOR_QDEC_MCUX_H_ */