Zephyr API Documentation 4.2.99
A Scalable Open Source RTOS
 4.2.99
qdec_nrf.h
Go to the documentation of this file.
1/*
2 * Copyright 2025 Mark Geiger <MarkGeiger@posteo.de>
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6#ifndef ZEPHYR_INCLUDE_DT_BINDINGS_QDEC_NRF_H_
7#define ZEPHYR_INCLUDE_DT_BINDINGS_QDEC_NRF_H_
8
9#define SAMPLEPER_128US 0
10#define SAMPLEPER_256US 1
11#define SAMPLEPER_512US 2
12#define SAMPLEPER_1024US 3
13#define SAMPLEPER_2048US 4
14#define SAMPLEPER_4096US 5
15#define SAMPLEPER_8192US 6
16#define SAMPLEPER_16384US 7
17
18#endif /* ZEPHYR_INCLUDE_DT_BINDINGS_QDEC_NRF_H_ */