Line data Source code
1 0 : /* 2 : * SPDX-License-Identifier: Apache-2.0 3 : * 4 : * Copyright (c) 2024 Nordic Semiconductor ASA 5 : */ 6 : 7 : #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_ADC_NRF_SAADC_NRF54L_H_ 8 : #define ZEPHYR_INCLUDE_DT_BINDINGS_ADC_NRF_SAADC_NRF54L_H_ 9 : 10 : #include <zephyr/dt-bindings/adc/nrf-saadc-v2.h> 11 : 12 0 : #define NRF_SAADC_AVDD 10 13 0 : #define NRF_SAADC_DVDD 11 14 : 15 : #endif /* ZEPHYR_INCLUDE_DT_BINDINGS_ADC_NRF_SAADC_NRF54L_H_ */