Searched refs:pSelectedCounter (Results 1 – 2 of 2) sorted by relevance
1081 …usTypeDef HAL_BSEC_GetEpochCounterSelection(BSEC_HandleTypeDef * hbsec, uint32_t *pSelectedCounter) in HAL_BSEC_GetEpochCounterSelection() argument1090 if ((pSelectedCounter == NULL) || (hbsec->Instance != BSEC)) in HAL_BSEC_GetEpochCounterSelection()1097 *pSelectedCounter = (hbsec->Instance->EPOCHSELR & BSEC_EPOCHSELR_EPSEL); in HAL_BSEC_GetEpochCounterSelection()
343 …sTypeDef HAL_BSEC_GetEpochCounterSelection(BSEC_HandleTypeDef * hbsec, uint32_t *pSelectedCounter);