Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
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
12
13#ifndef ZEPHYR_INCLUDE_DT_BINDINGS_QDEC_NRF_H_
14#define ZEPHYR_INCLUDE_DT_BINDINGS_QDEC_NRF_H_
15
22
29#define SAMPLEPER_128US 0
30#define SAMPLEPER_256US 1
31#define SAMPLEPER_512US 2
32#define SAMPLEPER_1024US 3
33#define SAMPLEPER_2048US 4
34#define SAMPLEPER_4096US 5
35#define SAMPLEPER_8192US 6
36#define SAMPLEPER_16384US 7
38
40
41#endif /* ZEPHYR_INCLUDE_DT_BINDINGS_QDEC_NRF_H_ */