Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
qdec_stm32.h
Go to the documentation of this file.
1/*
2 * Copyright 2022 Valerio Setti <vsetti@baylibre.com>
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
12
13#ifndef ZEPHYR_INCLUDE_DT_BINDINGS_QDEC_STM32_H_
14#define ZEPHYR_INCLUDE_DT_BINDINGS_QDEC_STM32_H_
15
22
33#define NO_FILTER 0
34#define FDIV1_N2 1
35#define FDIV1_N4 2
36#define FDIV1_N8 3
37#define FDIV2_N6 4
38#define FDIV2_N8 5
39#define FDIV4_N6 6
40#define FDIV4_N8 7
41#define FDIV8_N6 8
42#define FDIV8_N8 9
43#define FDIV16_N5 10
44#define FDIV16_N6 11
45#define FDIV16_N8 12
46#define FDIV32_N5 13
47#define FDIV32_N6 14
48#define FDIV32_N8 15
50
52
53#endif /* ZEPHYR_INCLUDE_DT_BINDINGS_QDEC_STM32_H_ */