Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_bsec.c1049 HAL_StatusTypeDef HAL_BSEC_SelectEpochCounter(BSEC_HandleTypeDef *hbsec, uint32_t SelectedCounter) in HAL_BSEC_SelectEpochCounter() argument
1065 assert_param(IS_BSEC_EPOCHSEL(SelectedCounter)); in HAL_BSEC_SelectEpochCounter()
1068 MODIFY_REG(hbsec->Instance->EPOCHSELR, BSEC_EPOCHSELR_EPSEL, SelectedCounter); in HAL_BSEC_SelectEpochCounter()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_bsec.h342 HAL_StatusTypeDef HAL_BSEC_SelectEpochCounter(BSEC_HandleTypeDef *hbsec, uint32_t SelectedCounter);