/********************************************************************************************************************** * COPYRIGHT * ------------------------------------------------------------------------------------------------------------------- * \verbatim * * This software is copyright protected and proprietary to Vector Informatik GmbH. * Vector Informatik GmbH grants to you only those rights as set out in the license conditions. * All other rights remain with Vector Informatik GmbH. * \endverbatim * ------------------------------------------------------------------------------------------------------------------- * LICENSE * ------------------------------------------------------------------------------------------------------------------- * Module: vFeeAcc * Program: MSR_Vector_SLP4 * Customer: Marelli Automotive Components (Wuhu) Co., Ltd. * Expiry Date: Not restricted * Ordered Derivat.: TC377TP * License Scope : The usage is restricted to CBD2201205_D03 * * ------------------------------------------------------------------------------------------------------------------- * FILE DESCRIPTION * ------------------------------------------------------------------------------------------------------------------- * File: vFeeAcc_FeeCfg.h * Generation Time: 2023-10-23 09:18:11 * Project: CBD2200592_D00_demo - Version 1.0 * Delivery: CBD2201205_D03 * Tool Version: DaVinci Configurator Classic 5.26.35 SP2 * * *********************************************************************************************************************/ #ifndef VFEEACCM_FEE_CFG_H #define VFEEACCM_FEE_CFG_H /********************************************************************************************************************** * INCLUDES *********************************************************************************************************************/ #include "Std_Types.h" #include "MemIf_Types.h" /********************************************************************************************************************** GLOBAL CONSTANT MACROS **********************************************************************************************************************/ #include "Fee.h" #define VFEEACC_Fee_Read Fee_Read #define VFEEACC_Fee_Write Fee_Write #define VFEEACC_Fee_InvalidateBlock Fee_InvalidateBlock #define VFEEACC_Fee_EraseImmediateBlock Fee_EraseImmediateBlock #define VFEEACC_Fee_GetStatus Fee_GetStatus #define VFEEACC_Fee_GetJobResult Fee_GetJobResult #define VFEEACC_Fee_Cancel Fee_Cancel #endif /* VFEEACCM_FEE_CFG_H */ /********************************************************************************************************************** END OF FILE: vFeeAcc_FeeCfg.h **********************************************************************************************************************/