1 /* 2 * Copyright 2023 NXP 3 * 4 * SPDX-License-Identifier: BSD-3-Clause 5 */ 6 7 #ifndef WKPU_IP_SA_INIT_PBCFG_H 8 #define WKPU_IP_SA_INIT_PBCFG_H 9 10 /* 11 * This auto-generated file is not used by Zephyr integration, so a minimal 12 * manually modified version is kept in order to build. SIUL2 ICU configuration 13 * is generated in the Zephyr shim driver, see zephyr/drivers/interrupt-controller/intc_wkpu_s32.c 14 */ 15 16 #define WKPU_IP_SA_INIT_PBCFG_VENDOR_ID 43 17 #define WKPU_IP_SA_INIT_PBCFG_AR_RELEASE_MAJOR_VERSION 4 18 #define WKPU_IP_SA_INIT_PBCFG_AR_RELEASE_MINOR_VERSION 7 19 #define WKPU_IP_SA_INIT_PBCFG_AR_RELEASE_REVISION_VERSION 0 20 #define WKPU_IP_SA_INIT_PBCFG_SW_MAJOR_VERSION 3 21 #define WKPU_IP_SA_INIT_PBCFG_SW_MINOR_VERSION 0 22 #define WKPU_IP_SA_INIT_PBCFG_SW_PATCH_VERSION 0 23 24 #if (STD_ON == WKPU_IP_USED) 25 /* Not used, but required to build */ 26 #define WKPU_CONFIG_SA_INIT_PB 27 #endif /* WKPU_IP_USED */ 28 29 #endif /* WKPU_IP_SA_INIT_PBCFG_H */ 30