Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_bsec.c1229 …_StatusTypeDef HAL_BSEC_GetSAESHDPLIncrementValue(BSEC_HandleTypeDef * hbsec, uint32_t *pIncrement) in HAL_BSEC_GetSAESHDPLIncrementValue() argument
1238 if ((pIncrement == NULL) || (hbsec->Instance != BSEC)) in HAL_BSEC_GetSAESHDPLIncrementValue()
1245 *pIncrement = (hbsec->Instance->NEXTLR & BSEC_NEXTLR_INCR); in HAL_BSEC_GetSAESHDPLIncrementValue()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_bsec.h354 …StatusTypeDef HAL_BSEC_GetSAESHDPLIncrementValue(BSEC_HandleTypeDef * hbsec, uint32_t *pIncrement);