Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_bsec.c424 uint32_t status_bit; in HAL_BSEC_OTP_Program() local
448 status_bit = (uint32_t)(1UL << (FuseId % 32U)); in HAL_BSEC_OTP_Program()
450 if ((hbsec->Instance->SPLOCKx[status_reg] & status_bit) == 0U) in HAL_BSEC_OTP_Program()
518 uint32_t status_bit; in HAL_BSEC_OTP_Reload() local
537 status_bit = (uint32_t)(1UL << (FuseId % 32U)); in HAL_BSEC_OTP_Reload()
539 if ((hbsec->Instance->SRLOCKx[status_reg] & status_bit) == 0U) in HAL_BSEC_OTP_Reload()
592 uint32_t status_bit; in HAL_BSEC_OTP_Lock() local
613 status_bit = (uint32_t)(1UL << (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 …]