Home
last modified time | relevance | path

Searched refs:Epoch_Selection (Results 1 – 3 of 3) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal.c988 void HAL_SBS_EPOCHSelection(uint32_t Epoch_Selection) in HAL_SBS_EPOCHSelection() argument
991 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()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_system.h660 __STATIC_INLINE void LL_SBS_EPOCHSelection(uint32_t Epoch_Selection) in LL_SBS_EPOCHSelection() argument
662 MODIFY_REG(SBS->EPOCHSELCR, SBS_EPOCHSELCR_EPOCH_SEL, (uint32_t)(Epoch_Selection)); in LL_SBS_EPOCHSelection()
Dstm32h5xx_hal.h825 void HAL_SBS_EPOCHSelection(uint32_t Epoch_Selection);