1 /*
2  * Copyright 2023 NXP
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  */
6 
7 /*
8  * This auto-generated file is not used by Zephyr integration, so a minimal
9  * manually modified version is kept in order to build. ADC configuration
10  * is generated in the Zephyr shim driver, see zephyr/drivers/adc/adc_nxp_s32_adc_sar.c
11  */
12 
13 #ifndef ADC_SAR_IP_INIT_PBCFG_H
14 #define ADC_SAR_IP_INIT_PBCFG_H
15 
16 #define ADC_SAR_IP_VENDOR_ID_INIT_PBCFG                     43
17 #define ADC_SAR_IP_AR_RELEASE_MAJOR_VERSION_INIT_PBCFG      4
18 #define ADC_SAR_IP_AR_RELEASE_MINOR_VERSION_INIT_PBCFG      7
19 #define ADC_SAR_IP_AR_RELEASE_REVISION_VERSION_INIT_PBCFG   0
20 #define ADC_SAR_IP_SW_MAJOR_VERSION_INIT_PBCFG              3
21 #define ADC_SAR_IP_SW_MINOR_VERSION_INIT_PBCFG              0
22 #define ADC_SAR_IP_SW_PATCH_VERSION_INIT_PBCFG              0
23 
24 #endif /* ADC_SAR_IP_INIT_PBCFG_H */
25