Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/conn_fwloader/
Dfsl_loader_utils.c217 uint32_t trustedFwVersionFuses[4] = {0}; in nboot_hal_get_secure_firmware_version() local
238 for (uint32_t i = 0u; i < ARRAY_SIZE(trustedFwVersionFuses); i++) in nboot_hal_get_secure_firmware_version()
240 status_t status = OCOTP_OtpFuseRead(fuseIdxStart, &trustedFwVersionFuses[i]); in nboot_hal_get_secure_firmware_version()
248 for (uint32_t i = 0u; i < ARRAY_SIZE(trustedFwVersionFuses); i++) in nboot_hal_get_secure_firmware_version()
253 if ((trustedFwVersionFuses[i] & (uint32_t)((uint32_t)(1U) << j)) != 0U) in nboot_hal_get_secure_firmware_version()