Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_rcc_ex.c173 assert_param(IS_RCC_SYSTICKCLKSOURCE(PeriphClkInit->SystickClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
176 __HAL_RCC_SYSTICK_CONFIG(PeriphClkInit->SystickClockSelection); in HAL_RCCEx_PeriphCLKConfig()
472 PeriphClkInit->SystickClockSelection = (tmpreg & RCC_CCIPR1_SYSTICKSEL); in HAL_RCCEx_GetPeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_rcc_ex.h91 uint32_t SystickClockSelection; /*!< Specifies SYSTICK clock source. member