Zephyr API Documentation 4.2.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
nrf-comp.h
Go to the documentation of this file.
1/*
2 * SPDX-License-Identifier: Apache-2.0
3 *
4 * Copyright (c) 2025 Nordic Semiconductor ASA
5 */
6
7#ifndef ZEPHYR_INCLUDE_DT_BINDINGS_ADC_NRF_COMP_H_
8#define ZEPHYR_INCLUDE_DT_BINDINGS_ADC_NRF_COMP_H_
9
10#define NRF_COMP_AIN0 0
11#define NRF_COMP_AIN1 1
12#define NRF_COMP_AIN2 2
13#define NRF_COMP_AIN3 3
14#define NRF_COMP_AIN4 4
15#define NRF_COMP_AIN5 5
16#define NRF_COMP_AIN6 6
17#define NRF_COMP_AIN7 7
18#define NRF_COMP_AIN_VDD_DIV2 8
19#define NRF_COMP_AIN_VDDH_DIV5 9
20
21#endif /* ZEPHYR_INCLUDE_DT_BINDINGS_ADC_NRF_COMP_H_ */