Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_bsec.c778 …atusTypeDef HAL_BSEC_OTP_ReadShadow(BSEC_HandleTypeDef * hbsec, uint32_t RegId, uint32_t *pRegData) in HAL_BSEC_OTP_ReadShadow() argument
790 if ((pRegData == NULL) || (hbsec->Instance != BSEC)) in HAL_BSEC_OTP_ReadShadow()
804 *pRegData = hbsec->Instance->FVRw[RegId]; in HAL_BSEC_OTP_ReadShadow()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_bsec.h330 …tusTypeDef HAL_BSEC_OTP_ReadShadow(BSEC_HandleTypeDef * hbsec, uint32_t RegId, uint32_t *pRegData);