Searched refs:status_reg (Results 1 – 1 of 1) sorted by relevance
423 uint32_t status_reg; in HAL_BSEC_OTP_Program() local447 status_reg = FuseId / 32U; in HAL_BSEC_OTP_Program()450 if ((hbsec->Instance->SPLOCKx[status_reg] & status_bit) == 0U) in HAL_BSEC_OTP_Program()517 uint32_t status_reg; in HAL_BSEC_OTP_Reload() local536 status_reg = FuseId / 32U; in HAL_BSEC_OTP_Reload()539 if ((hbsec->Instance->SRLOCKx[status_reg] & status_bit) == 0U) in HAL_BSEC_OTP_Reload()591 uint32_t status_reg; in HAL_BSEC_OTP_Lock() local612 status_reg = FuseId / 32U; in HAL_BSEC_OTP_Lock()618 SET_BIT(hbsec->Instance->SPLOCKx[status_reg], status_bit); in HAL_BSEC_OTP_Lock()624 SET_BIT(hbsec->Instance->SWLOCKx[status_reg], status_bit); in HAL_BSEC_OTP_Lock()[all …]