Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_bsec.c372 HAL_StatusTypeDef HAL_BSEC_OTP_Read(BSEC_HandleTypeDef * hbsec, uint32_t FuseId, uint32_t *pFuseDat… in HAL_BSEC_OTP_Read() function
477 if (HAL_BSEC_OTP_Read(hbsec, FuseId, &read_data) == HAL_OK) in HAL_BSEC_OTP_Program()
Dstm32n6xx_hal.c474 if(HAL_BSEC_OTP_Read(&sBsecHandler, BSEC_FUSE_ADDRESS, &data) != HAL_OK){ in HAL_GetDEVID()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_bsec.h318 HAL_StatusTypeDef HAL_BSEC_OTP_Read(BSEC_HandleTypeDef * hbsec, uint32_t FuseId, uint32_t *pFuseDat…