# 1 "../../../mcal/EcuM_ZX_K14xM/Src/EcuM.c" # 1 "" 1 # 1 "" 3 # 387 "" 3 # 1 "" 1 # 1 "" 2 # 1 "../../../mcal/EcuM_ZX_K14xM/Src/EcuM.c" 2 # 26 "../../../mcal/EcuM_ZX_K14xM/Src/EcuM.c" # 1 "../../../mcal/Base_ZX_K14xM/Inc\\Std_Types.h" 1 # 30 "../../../mcal/Base_ZX_K14xM/Inc\\Std_Types.h" # 1 "../../../mcal/Base_ZX_K14xM/Inc/Platform_Types.h" 1 # 86 "../../../mcal/Base_ZX_K14xM/Inc/Platform_Types.h" typedef unsigned char boolean; typedef unsigned char uint8; typedef unsigned short uint16; typedef unsigned int uint32; typedef unsigned long long uint64; typedef signed char sint8; typedef signed short sint16; typedef signed int sint32; typedef signed long long sint64; typedef unsigned long uint8_least; typedef unsigned long uint16_least; typedef unsigned long uint32_least; typedef signed long sint8_least; typedef signed long sint16_least; typedef signed long sint32_least; typedef float float32; typedef double float64; typedef void *VoidPtr; typedef const void *ConstVoidPtr; # 31 "../../../mcal/Base_ZX_K14xM/Inc\\Std_Types.h" 2 # 1 "../../../mcal/Base_ZX_K14xM/Inc/Compiler.h" 1 # 31 "../../../mcal/Base_ZX_K14xM/Inc/Compiler.h" # 1 "../../../mcal/Base_ZX_K14xM/Inc/Compiler_Cfg.h" 1 # 32 "../../../mcal/Base_ZX_K14xM/Inc/Compiler.h" 2 # 32 "../../../mcal/Base_ZX_K14xM/Inc\\Std_Types.h" 2 # 63 "../../../mcal/Base_ZX_K14xM/Inc\\Std_Types.h" typedef unsigned char StatusType; # 104 "../../../mcal/Base_ZX_K14xM/Inc\\Std_Types.h" typedef uint8 Std_ReturnType; typedef uint8 Std_TransformerClass; typedef uint8 Std_TransformerForwardCode; typedef uint8 Std_MessageTypeType; typedef uint8 Std_MessageResultType; typedef struct { uint16 vendorID; uint16 moduleID; uint8 sw_major_version; uint8 sw_minor_version; uint8 sw_patch_version; } Std_VersionInfoType; typedef struct { uint8 errorCode; Std_TransformerClass transformerClass; } Std_TransformerError; typedef struct { Std_TransformerForwardCode errorCode; Std_TransformerClass transformerClass; } Std_TransformerForward; typedef Std_ReturnType (*Std_ExtractProtocolHeaderFieldsType)(const uint8 *buffer, uint32 bufferLength, Std_MessageTypeType *messageType, Std_MessageResultType *messageResult); # 27 "../../../mcal/EcuM_ZX_K14xM/Src/EcuM.c" 2 # 1 "../../../mcal/EcuM_ZX_K14xM/Inc\\EcuM.h" 1 # 55 "../../../mcal/EcuM_ZX_K14xM/Inc\\EcuM.h" typedef uint32 EcuM_WakeupSourceType; # 66 "../../../mcal/EcuM_ZX_K14xM/Inc\\EcuM.h" extern EcuM_WakeupSourceType EcuMLastWakeupEvent; # 80 "../../../mcal/EcuM_ZX_K14xM/Inc\\EcuM.h" void EcuM_SetWakeupEvent(EcuM_WakeupSourceType sources); void EcuM_ValidateWakeupEvent(EcuM_WakeupSourceType sources); # 96 "../../../mcal/EcuM_ZX_K14xM/Inc\\EcuM.h" void EcuM_CheckWakeup(EcuM_WakeupSourceType WakeupSource); # 28 "../../../mcal/EcuM_ZX_K14xM/Src/EcuM.c" 2 # 95 "../../../mcal/EcuM_ZX_K14xM/Src/EcuM.c" EcuM_WakeupSourceType EcuMLastWakeupEvent; # 127 "../../../mcal/EcuM_ZX_K14xM/Src/EcuM.c" void EcuM_SetWakeupEvent(EcuM_WakeupSourceType sources) { EcuMLastWakeupEvent = sources; } void EcuM_ValidateWakeupEvent(EcuM_WakeupSourceType sources) { (void)sources; } # 149 "../../../mcal/EcuM_ZX_K14xM/Src/EcuM.c" void EcuM_CheckWakeup(EcuM_WakeupSourceType WakeupSource) { # 165 "../../../mcal/EcuM_ZX_K14xM/Src/EcuM.c" (void)WakeupSource; }