45 #ifndef ti_sysbios_runtime_Types__include    46 #define ti_sysbios_runtime_Types__include    57 #if defined (__TI_COMPILER_VERSION__) || defined(__ti_version__)    67 #define ti_sysbios_runtime_Types_long_names    68 #include "Types_defs.h"   110 typedef int (*Types_Fxn)();
   113 static inline void * Types_iargToPtr(intptr_t a)
   118 static inline void * Types_uargToPtr(uintptr_t a)
   123 static inline Types_Fxn Types_iargToFxn(intptr_t a)
   125     return ((Types_Fxn)a);
   128 static inline Types_Fxn Types_uargToFxn(uintptr_t a)
   130     return ((Types_Fxn)a);
   144 static inline intptr_t Types_floatToArg(
float f)
   152 static inline float Types_argToFloat(intptr_t a)
   168 #undef ti_sysbios_runtime_Types_long_names   169 #include "Types_defs.h" uint32_t lo
least significant 32-bits of frequency 
Definition: Types.h:106
uint32_t hi
most significant 32-bits of timestamp 
Definition: Types.h:85
uint32_t lo
least significant 32-bits of timestamp 
Definition: Types.h:89
uint32_t hi
most significant 32-bits of frequency 
Definition: Types.h:102
64-bit frequency struct (in Hz) 
Definition: Types.h:98
64-bit timestamp struct 
Definition: Types.h:81