CHAILink SDK  Version 1.3
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
CLCm_Platform.h File Reference
#include <string.h>
#include "PerfCounter.h"

Go to the source code of this file.

Macros

#define CLC_SDK_API
 
#define CLCmemset(Dst, Data, Size)   memset(Dst, Data, Size)
 
#define CLCmemcpy(Dst, Src, Size)   memcpy(Dst, Src, Size)
 
#define CLCstrlen(Src)   strlen(Src)
 
#define CLCGetTick()   PerfCounter_GetMs()
 
#define CLCPLATFORM_LOCK()
 
#define CLCPLATFORM_RELEASE()
 
#define CLCPLATFORM_WAITFOREVENT()
 
#define CLCPLATFORM_SIGNALEVENT()