/* * Copyright 2020-2025 Yuntu Microelectronics Co., Ltd. * All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * * @file Port_PBcfg.h * @brief * */ #ifndef PORT_PB_CFG_H #define PORT_PB_CFG_H /*================================================================================================== * INCLUDE FILES ==================================================================================================*/ #include "Std_Types.h" /*================================================================================================== * SOURCE FILE VERSION INFORMATION ==================================================================================================*/ #define PORT_VENDOR_ID_PBCFG (180) #define PORT_AR_RELEASE_MAJOR_VERSION_PBCFG (4) #define PORT_AR_RELEASE_MINOR_VERSION_PBCFG (4) #define PORT_AR_RELEASE_REVISION_VERSION_PBCFG (0) #define PORT_SW_MAJOR_VERSION_PBCFG (2) #define PORT_SW_MINOR_VERSION_PBCFG (3) #define PORT_SW_PATCH_VERSION_PBCFG (0) #define PORT_CONFIG_PB \ extern const Port_ConfigType Port_Config; #endif