Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_bsec.c255 …*pStatus = (hbsec->Instance->OTPSR & (BSEC_OTPSR_INIT_DONE | BSEC_OTPSR_HIDEUP | BSEC_OTPSR_OTPNVI… in HAL_BSEC_GetStatus()
460 while ((hbsec->Instance->OTPSR & BSEC_OTPSR_BUSY) != 0U) in HAL_BSEC_OTP_Program()
470 if ((hbsec->Instance->OTPSR & BSEC_OTPSR_PROGFAIL) != 0U) in HAL_BSEC_OTP_Program()
545 while ((hbsec->Instance->OTPSR & BSEC_OTPSR_BUSY) != 0U) in HAL_BSEC_OTP_Reload()
554 if ((hbsec->Instance->OTPSR & BSEC_OTPSR_RELOAD_ERRORS) != 0U) in HAL_BSEC_OTP_Reload()
557 hbsec->ErrorCode = (hbsec->Instance->OTPSR & BSEC_OTPSR_RELOAD_ERRORS); in HAL_BSEC_OTP_Reload()
704 otpsr_reg = hbsec->Instance->OTPSR; in HAL_BSEC_OTP_GetState()
731 if (((hbsec->Instance->OTPSR & BSEC_OTPSR_HIDEUP) != 0U) && in HAL_BSEC_OTP_GetState()
738 state |= (hbsec->Instance->OTPSR & (BSEC_OTPSR_OTPERR | BSEC_OTPSR_OTPSEC)); in HAL_BSEC_OTP_GetState()
/hal_stm32-latest/stm32cube/stm32n6xx/soc/
Dstm32n645xx.h369 …__IO uint32_t OTPSR; /*!< BSEC OTP status register, Address offset: 0… member
Dstm32n657xx.h380 …__IO uint32_t OTPSR; /*!< BSEC OTP status register, Address offset: 0… member
Dstm32n655xx.h375 …__IO uint32_t OTPSR; /*!< BSEC OTP status register, Address offset: 0… member
Dstm32n647xx.h374 …__IO uint32_t OTPSR; /*!< BSEC OTP status register, Address offset: 0… member