Searched refs:Epoch_Selection (Results 1 – 3 of 3) sorted by relevance
988 void HAL_SBS_EPOCHSelection(uint32_t Epoch_Selection) in HAL_SBS_EPOCHSelection() argument991 assert_param(IS_SBS_EPOCH_SELECTION(Epoch_Selection)); in HAL_SBS_EPOCHSelection()993 MODIFY_REG(SBS->EPOCHSELCR, SBS_EPOCHSELCR_EPOCH_SEL, (uint32_t)(Epoch_Selection)); in HAL_SBS_EPOCHSelection()
660 __STATIC_INLINE void LL_SBS_EPOCHSelection(uint32_t Epoch_Selection) in LL_SBS_EPOCHSelection() argument662 MODIFY_REG(SBS->EPOCHSELCR, SBS_EPOCHSELCR_EPOCH_SEL, (uint32_t)(Epoch_Selection)); in LL_SBS_EPOCHSelection()
825 void HAL_SBS_EPOCHSelection(uint32_t Epoch_Selection);