# 1 "../../../Package/OS/Autosar_OS/Os_Api.c" # 1 "" 1 # 1 "" 3 # 387 "" 3 # 1 "" 1 # 1 "" 2 # 1 "../../../Package/OS/Autosar_OS/Os_Api.c" 2 # 17 "../../../Package/OS/Autosar_OS/Os_Api.c" # 1 "../../../mcal/Os_ZX_K14xM/Inc\\Os.h" 1 # 29 "../../../mcal/Os_ZX_K14xM/Inc\\Os.h" # 1 "../Generated/inc\\Os_Cfg.h" 1 # 30 "../../../mcal/Os_ZX_K14xM/Inc\\Os.h" 2 # 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); # 31 "../../../mcal/Os_ZX_K14xM/Inc\\Os.h" 2 # 1 "../../../mcal/Rte_ZX_K14xM/Inc\\Rte_Os_Type.h" 1 # 47 "../../../mcal/Rte_ZX_K14xM/Inc\\Rte_Os_Type.h" typedef uint32 CounterType; # 32 "../../../mcal/Os_ZX_K14xM/Inc\\Os.h" 2 # 46 "../../../mcal/Os_ZX_K14xM/Inc\\Os.h" typedef uint32 TickType; typedef TickType *TickRefType; # 60 "../../../mcal/Os_ZX_K14xM/Inc\\Os.h" StatusType GetCounterValue(CounterType CounterId, TickRefType Value); StatusType GetElapsedValue(CounterType CounterId, TickRefType Value, TickRefType ElapsedValue); # 18 "../../../Package/OS/Autosar_OS/Os_Api.c" 2 # 58 "../../../Package/OS/Autosar_OS/Os_Api.c" StatusType GetCounterValue(CounterType CounterId, TickRefType Value) { (void)CounterId; (void)Value; return (StatusType)0x00U; } StatusType GetElapsedValue(CounterType CounterId, TickRefType Value, TickRefType ElapsedValue) { (void)CounterId; (void)Value; (void)ElapsedValue; return (StatusType)0x00U; }