7 #ifndef __IMP_SYSTEM_H__
8 #define __IMP_SYSTEM_H__
int IMP_System_RebaseTimeStamp(int64_t basets)
设置IMP系统的时间戳,单位为微秒。
int IMP_System_Init(void)
IMP系统初始化.
int IMP_System_Exit(void)
IMP系统去初始化.
int IMP_System_GetVersion(IMPVersion *pstVersion)
获取IMP系统版本号.
int IMP_System_GetBindbyDest(IMPCell *dstCell, IMPCell *srcCell)
获取绑定在目的Cell的源Cell信息.
void IMP_System_WriteReg32(uint32_t regAddr, uint32_t value)
向32位寄存器中写值。
uint32_t IMP_System_ReadReg32(uint32_t regAddr)
读取32位寄存器的值。
int IMP_System_Bind(IMPCell *srcCell, IMPCell *dstCell)
绑定源Cell和目的Cell.
int64_t IMP_System_GetTimeStamp(void)
获得IMP系统的时间戳,单位为微秒。
IMP系统版本号定义.
Definition: imp_system.h:144
int IMP_System_UnBind(IMPCell *srcCell, IMPCell *dstCell)
解除源Cell和目的Cell的绑定.
IMPCell枚举定义.
Definition: imp_common.h:45
const char * IMP_System_GetCPUInfo(void)
获取CPU型号信息.