sl_se_status_t Struct Reference

SE status.

#include <sl_se_manager_types.h>

Data Fields

uint32_t boot_status
Boot status code / error code (Bits [7:0]).
uint32_t se_fw_version
SE firmware version.
uint32_t host_fw_version
Host firmware version (if available).
sl_se_debug_status_t debug_status
Debug lock status.
bool secure_boot_enabled
Secure boot enabled.
uint32_t tamper_status
Recorded tamper status. Reset on status read.
uint32_t tamper_status_raw
Currently active tamper sources.

SE status.

Field Documentation

boot_status

uint32_t sl_se_status_t::boot_status

Boot status code / error code (Bits [7:0]).

se_fw_version

uint32_t sl_se_status_t::se_fw_version

SE firmware version.

host_fw_version

uint32_t sl_se_status_t::host_fw_version

Host firmware version (if available).

debug_status

sl_se_debug_status_t sl_se_status_t::debug_status

Debug lock status.

secure_boot_enabled

bool sl_se_status_t::secure_boot_enabled

Secure boot enabled.

tamper_status

uint32_t sl_se_status_t::tamper_status

Recorded tamper status. Reset on status read.

tamper_status_raw

uint32_t sl_se_status_t::tamper_status_raw

Currently active tamper sources.