Searched refs:debugStatus (Results 1 – 2 of 2) sorted by relevance
1091 SE_DebugStatus_t debugStatus; in SE_getStatus() local1092 debugStatus.debugLockEnabled = (output[7] & (1 << 0)); in SE_getStatus()1093 debugStatus.deviceEraseEnabled = (output[7] & (1 << 1)); in SE_getStatus()1094 debugStatus.secureDebugEnabled = (output[7] & (1 << 2)); in SE_getStatus()1095 status->debugStatus = debugStatus; in SE_getStatus()
576 SE_DebugStatus_t debugStatus; member