Line data Source code
1 0 : /*
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 0 : #define SAMPLEPER_128US 0
10 0 : #define SAMPLEPER_256US 1
11 0 : #define SAMPLEPER_512US 2
12 0 : #define SAMPLEPER_1024US 3
13 0 : #define SAMPLEPER_2048US 4
14 0 : #define SAMPLEPER_4096US 5
15 0 : #define SAMPLEPER_8192US 6
16 0 : #define SAMPLEPER_16384US 7
17 :
18 : #endif /* ZEPHYR_INCLUDE_DT_BINDINGS_QDEC_NRF_H_ */
|