Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_bsec.h409 #define IS_BSEC_PERMANENT_LOCK(VALUE) (((VALUE) == HAL_BSEC_NORMAL_PROG) || ((VALUE) == HAL_BSEC_L… macro
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_bsec.c442 assert_param(IS_BSEC_PERMANENT_LOCK(Lock)); in HAL_BSEC_OTP_Program()