7 #ifndef __IMP_SYSTEM_H__
8 #define __IMP_SYSTEM_H__
int IMP_System_RebaseTimeStamp(int64_t basets)
Set the timestamp(usec).
int IMP_System_Init(void)
Initialize the IMP.
int IMP_System_Exit(void)
Deinitialize the IMP.
int IMP_System_GetVersion(IMPVersion *pstVersion)
Get the version of IMP library.
int IMP_System_GetBindbyDest(IMPCell *dstCell, IMPCell *srcCell)
Gets the source Cell information that is bound to the destination Cell.
void IMP_System_WriteReg32(uint32_t regAddr, uint32_t value)
Write the value to register(32bit).
uint32_t IMP_System_ReadReg32(uint32_t regAddr)
Read the register(32bit) value.
int IMP_System_Bind(IMPCell *srcCell, IMPCell *dstCell)
Bind the source Cell and the destination Cell.
int64_t IMP_System_GetTimeStamp(void)
Get the current timestamp(unit is usec).
IMP Version definition.
Definition: imp_system.h:135
int IMP_System_UnBind(IMPCell *srcCell, IMPCell *dstCell)
UnBind source Cell and the destination Cell.
IMPCell enumeration definition.
Definition: imp_common.h:45
SDK-T15 Public data structure header file.
const char * IMP_System_GetCPUInfo(void)
Get the infomation of CPU.