Searched refs:compID (Results 1 – 1 of 1) sorted by relevance
85 #define TIMM_OSAL_ERR_CREATE(type, compID, errorID)\ argument86 (((type)<<30)+(((compID)&0x003FFF)<<16)+((errorID)&0x00FFFF))93 #define TIMM_OSAL_ERR_SPLIT(error, type, compID, errorID)\ argument95 compID=(TIMM_OSAL_U32)(((error)>>16)&0x003FFF);\