Searched refs:status_word (Results 1 – 2 of 2) sorted by relevance
69 uint32_t status_word) in decode_debug_status() argument71 debug_status->debug_port_lock_applied = status_word & (1 << 0); in decode_debug_status()72 debug_status->device_erase_enabled = status_word & (1 << 1); in decode_debug_status()73 debug_status->secure_debug_enabled = status_word & (1 << 2); in decode_debug_status()74 debug_status->debug_port_lock_state = status_word & (1 << 5); in decode_debug_status()76 (status_word & (1 << 6)) == 0; in decode_debug_status()78 (status_word & (1 << 7)) == 0; in decode_debug_status()80 (status_word & (1 << 8)) == 0; in decode_debug_status()82 (status_word & (1 << 9)) == 0; in decode_debug_status()84 (status_word & (1 << 10)) == 0; in decode_debug_status()[all …]
1209 volatile uint32_t status_word = 0; in SE_debugLockStatus() local1210 SE_DataTransfer_t statusData = SE_DATATRANSFER_DEFAULT((void*)&status_word, 4); in SE_debugLockStatus()1216 status->debugLockEnabled = (status_word & (1 << 0)); in SE_debugLockStatus()1217 status->deviceEraseEnabled = (status_word & (1 << 1)); in SE_debugLockStatus()1218 status->secureDebugEnabled = (status_word & (1 << 2)); in SE_debugLockStatus()