Searched refs:pRegData (Results 1 – 2 of 2) sorted by relevance
778 …atusTypeDef HAL_BSEC_OTP_ReadShadow(BSEC_HandleTypeDef * hbsec, uint32_t RegId, uint32_t *pRegData) in HAL_BSEC_OTP_ReadShadow() argument790 if ((pRegData == NULL) || (hbsec->Instance != BSEC)) in HAL_BSEC_OTP_ReadShadow()804 *pRegData = hbsec->Instance->FVRw[RegId]; in HAL_BSEC_OTP_ReadShadow()
330 …tusTypeDef HAL_BSEC_OTP_ReadShadow(BSEC_HandleTypeDef * hbsec, uint32_t RegId, uint32_t *pRegData);