Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_bsec.h147 #define HAL_BSEC_FUSE_PROG_LOCKED (0x00000001U) /*!< Fuse word programming is silently … macro
411 #define IS_BSEC_LOCK_CFG(CFG) ((CFG) <= (HAL_BSEC_FUSE_PROG_LOCKED | HAL_BSEC_FUSE_WRITE_L…
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_bsec.c615 if ((Lock & HAL_BSEC_FUSE_PROG_LOCKED) != 0U) in HAL_BSEC_OTP_Lock()
684 state |= HAL_BSEC_FUSE_PROG_LOCKED; in HAL_BSEC_OTP_GetState()