Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_rcc_ex.c900 assert_param(IS_RCC_ICLKCLKSOURCE(pPeriphClkInit->IclkClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
902 switch (pPeriphClkInit->IclkClockSelection) in HAL_RCCEx_PeriphCLKConfig()
923 __HAL_RCC_CLK48_CONFIG(pPeriphClkInit->IclkClockSelection); in HAL_RCCEx_PeriphCLKConfig()
1433 pPeriphClkInit->IclkClockSelection = __HAL_RCC_GET_ICLK_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_rcc_ex.h238 …uint32_t IclkClockSelection; /*!< Specifies intermediate clock source used by USB, RNG and SDMM… member