Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_bsec.c325 HAL_StatusTypeDef HAL_BSEC_GetErrorCode(BSEC_HandleTypeDef * hbsec, uint32_t *pError) in HAL_BSEC_GetErrorCode() argument
334 if (pError == NULL) in HAL_BSEC_GetErrorCode()
340 *pError = hbsec->ErrorCode; in HAL_BSEC_GetErrorCode()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_bsec.h310 HAL_StatusTypeDef HAL_BSEC_GetErrorCode(BSEC_HandleTypeDef * hbsec, uint32_t *pError);