Zephyr Project API 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
silabs-acmp.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2025 Silicon Laboratories Inc.
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 *
6 * This file was generated by the script gen_acmp.py in the hal_silabs module.
7 * Do not manually edit.
8 */
9
10#ifndef ZEPHYR_INCLUDE_DT_BINDINGS_COMPARATOR_SILABS_ACMP_H_
11#define ZEPHYR_INCLUDE_DT_BINDINGS_COMPARATOR_SILABS_ACMP_H_
12
13/* ACMP Input Definitions */
14#define ACMP_INPUT_VSS 0x0
15#define ACMP_INPUT_VREFDIVAVDD 0x10
16#define ACMP_INPUT_VREFDIVAVDDLP 0x11
17#define ACMP_INPUT_VREFDIV1V25 0x12
18#define ACMP_INPUT_VREFDIV1V25LP 0x13
19#define ACMP_INPUT_VREFDIV2V5 0x14
20#define ACMP_INPUT_VREFDIV2V5LP 0x15
21#define ACMP_INPUT_VSENSE01DIV4 0x20
22#define ACMP_INPUT_VSENSE01DIV4LP 0x21
23#define ACMP_INPUT_VSENSE11DIV4 0x22
24#define ACMP_INPUT_VSENSE11DIV4LP 0x23
25#define ACMP_INPUT_VSENSE21DIV4 0x24
26#define ACMP_INPUT_VSENSE21DIV4LP 0x25
27#define ACMP_INPUT_VSENSE31DIV4 0x26
28#define ACMP_INPUT_VSENSE31DIV4LP 0x27
29#define ACMP_INPUT_CAPSENSE 0x30
30#define ACMP_INPUT_VDACOUT0 0x40
31#define ACMP_INPUT_VDAC0OUT0 0x40
32#define ACMP_INPUT_VDACOUT1 0x41
33#define ACMP_INPUT_VDAC0OUT1 0x41
34#define ACMP_INPUT_VDAC1OUT0 0x42
35#define ACMP_INPUT_VDAC1OUT1 0x43
36#define ACMP_INPUT_EXTPA 0x50
37#define ACMP_INPUT_EXTPB 0x51
38#define ACMP_INPUT_EXTPC 0x52
39#define ACMP_INPUT_EXTPD 0x53
40#define ACMP_INPUT_PA0 0x80
41#define ACMP_INPUT_PA1 0x81
42#define ACMP_INPUT_PA2 0x82
43#define ACMP_INPUT_PA3 0x83
44#define ACMP_INPUT_PA4 0x84
45#define ACMP_INPUT_PA5 0x85
46#define ACMP_INPUT_PA6 0x86
47#define ACMP_INPUT_PA7 0x87
48#define ACMP_INPUT_PA8 0x88
49#define ACMP_INPUT_PA9 0x89
50#define ACMP_INPUT_PA10 0x8a
51#define ACMP_INPUT_PA11 0x8b
52#define ACMP_INPUT_PA12 0x8c
53#define ACMP_INPUT_PA13 0x8d
54#define ACMP_INPUT_PA14 0x8e
55#define ACMP_INPUT_PA15 0x8f
56#define ACMP_INPUT_PB0 0x90
57#define ACMP_INPUT_PB1 0x91
58#define ACMP_INPUT_PB2 0x92
59#define ACMP_INPUT_PB3 0x93
60#define ACMP_INPUT_PB4 0x94
61#define ACMP_INPUT_PB5 0x95
62#define ACMP_INPUT_PB6 0x96
63#define ACMP_INPUT_PB7 0x97
64#define ACMP_INPUT_PB8 0x98
65#define ACMP_INPUT_PB9 0x99
66#define ACMP_INPUT_PB10 0x9a
67#define ACMP_INPUT_PB11 0x9b
68#define ACMP_INPUT_PB12 0x9c
69#define ACMP_INPUT_PB13 0x9d
70#define ACMP_INPUT_PB14 0x9e
71#define ACMP_INPUT_PB15 0x9f
72#define ACMP_INPUT_PC0 0xa0
73#define ACMP_INPUT_PC1 0xa1
74#define ACMP_INPUT_PC2 0xa2
75#define ACMP_INPUT_PC3 0xa3
76#define ACMP_INPUT_PC4 0xa4
77#define ACMP_INPUT_PC5 0xa5
78#define ACMP_INPUT_PC6 0xa6
79#define ACMP_INPUT_PC7 0xa7
80#define ACMP_INPUT_PC8 0xa8
81#define ACMP_INPUT_PC9 0xa9
82#define ACMP_INPUT_PC10 0xaa
83#define ACMP_INPUT_PC11 0xab
84#define ACMP_INPUT_PC12 0xac
85#define ACMP_INPUT_PC13 0xad
86#define ACMP_INPUT_PC14 0xae
87#define ACMP_INPUT_PC15 0xaf
88#define ACMP_INPUT_PD0 0xb0
89#define ACMP_INPUT_PD1 0xb1
90#define ACMP_INPUT_PD2 0xb2
91#define ACMP_INPUT_PD3 0xb3
92#define ACMP_INPUT_PD4 0xb4
93#define ACMP_INPUT_PD5 0xb5
94#define ACMP_INPUT_PD6 0xb6
95#define ACMP_INPUT_PD7 0xb7
96#define ACMP_INPUT_PD8 0xb8
97#define ACMP_INPUT_PD9 0xb9
98#define ACMP_INPUT_PD10 0xba
99#define ACMP_INPUT_PD11 0xbb
100#define ACMP_INPUT_PD12 0xbc
101#define ACMP_INPUT_PD13 0xbd
102#define ACMP_INPUT_PD14 0xbe
103#define ACMP_INPUT_PD15 0xbf
104
105#endif /* ZEPHYR_INCLUDE_DT_BINDINGS_COMPARATOR_SILABS_ACMP_H_ */