Home
last modified time | relevance | path

Searched refs:SE_VSE_REPLY_STATUS_OTP_VERSION_SET (Results 1 – 3 of 3) sorted by relevance

/hal_silabs-latest/simplicity_sdk/platform/security/sl_component/se_manager/src/
Dsli_se_manager_mailbox.c58 #define SE_VSE_REPLY_STATUS_OTP_VERSION_SET (1 << 21) macro
434 bool is_otp_version_set = root_mailbox_output->status & SE_VSE_REPLY_STATUS_OTP_VERSION_SET; in sli_vse_mailbox_get_otp_version()
/hal_silabs-latest/simplicity_sdk/platform/emlib/src/
Dem_se.c61 #define SE_VSE_REPLY_STATUS_OTP_VERSION_SET (1 << 21) macro
563 bool isOTPVersionSet = rootOutMb->status & SE_VSE_REPLY_STATUS_OTP_VERSION_SET; in SE_getOTPVersion()
/hal_silabs-latest/gecko/emlib/src/
Dem_se.c62 #define SE_VSE_REPLY_STATUS_OTP_VERSION_SET (1 << 21) macro
556 bool isOTPVersionSet = rootOutMb->status & SE_VSE_REPLY_STATUS_OTP_VERSION_SET; in SE_getOTPVersion()