Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_bsec.c1129 HAL_StatusTypeDef HAL_BSEC_GetHDPLValue(BSEC_HandleTypeDef * hbsec, uint32_t *pHDPL) in HAL_BSEC_GetHDPLValue() argument
1140 if ((pHDPL == NULL) || (hbsec->Instance != BSEC)) in HAL_BSEC_GetHDPLValue()
1151 *pHDPL = hdpl; in HAL_BSEC_GetHDPLValue()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_bsec.h351 HAL_StatusTypeDef HAL_BSEC_GetHDPLValue(BSEC_HandleTypeDef * hbsec, uint32_t *pHDPL);