Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_bsec.c1081 …usTypeDef HAL_BSEC_GetEpochCounterSelection(BSEC_HandleTypeDef * hbsec, uint32_t *pSelectedCounter) in HAL_BSEC_GetEpochCounterSelection() argument
1090 if ((pSelectedCounter == NULL) || (hbsec->Instance != BSEC)) in HAL_BSEC_GetEpochCounterSelection()
1097 *pSelectedCounter = (hbsec->Instance->EPOCHSELR & BSEC_EPOCHSELR_EPSEL); in HAL_BSEC_GetEpochCounterSelection()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_bsec.h343 …sTypeDef HAL_BSEC_GetEpochCounterSelection(BSEC_HandleTypeDef * hbsec, uint32_t *pSelectedCounter);