Searched refs:dbx (Results 1 – 1 of 1) sorted by relevance
/device/google/contexthub/firmware/os/cpu/cortexm4/ |
D | cpu.c | 72 struct RamPersistedDataAndDropbox* dbx = getPersistedData(); in getInitedPersistedData() local 74 if ((dbx->magic & HARD_FAULT_DROPBOX_MAGIC_MASK) != HARD_FAULT_DROPBOX_MAGIC_VAL) { in getInitedPersistedData() 75 dbx->bits = 0; in getInitedPersistedData() 76 dbx->magic = HARD_FAULT_DROPBOX_MAGIC_VAL; in getInitedPersistedData() 79 return dbx; in getInitedPersistedData() 116 static void cpuDbxDump(struct RamPersistedDataAndDropbox *dbx) in cpuDbxDump() argument 123 if (dbx) { in cpuDbxDump() 126 i, dbx->r[i], i + 8, dbx->r[i+8]); in cpuDbxDump() 128 …cpuUnpackSrBits(dbx->sr_hfsr_cfsr_lo, dbx->magic & HARD_FAULT_DROPBOX_MAGIC_DATA_MASK, &sr, &hfsr,… in cpuDbxDump() 131 osLog(LOG_ERROR, " CFSR = 0x%08lX BITS = 0x%08lX\n", cfsr, dbx->bits); in cpuDbxDump() [all …]
|