Searched refs:trigName (Results 1 - 1 of 1) sorted by relevance

/device/google/contexthub/firmware/os/cpu/cortexm4/
H A Dcpu.c110 const char *trigName; local
127 trigName = trigNames[code < ARRAY_SIZE(trigNames) ? code : 0];
128 osLog(LOG_ERROR, " TID = 0x%04" PRIX16 " TRIG = 0x%04" PRIX16 " [%s]\n", dbx->tid, dbx->trig, trigName);

Completed in 55 milliseconds