Home
last modified time | relevance | path

Searched refs:pPeriphClkInit (Results 1 – 4 of 4) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rcc_ex.c154 HAL_StatusTypeDef HAL_RCCEx_PeriphCLKConfig(const RCC_PeriphCLKInitTypeDef *pPeriphClkInit) in HAL_RCCEx_PeriphCLKConfig() argument
162 assert_param(IS_RCC_PERIPHCLOCK(pPeriphClkInit->PeriphClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
165 if (((pPeriphClkInit->PeriphClockSelection) & RCC_PERIPHCLK_CKPER) == RCC_PERIPHCLK_CKPER) in HAL_RCCEx_PeriphCLKConfig()
168 assert_param(IS_RCC_CLKPSOURCE(pPeriphClkInit->CkperClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
171 __HAL_RCC_CLKP_CONFIG(pPeriphClkInit->CkperClockSelection); in HAL_RCCEx_PeriphCLKConfig()
175 if (((pPeriphClkInit->PeriphClockSelection) & RCC_PERIPHCLK_USART1) == RCC_PERIPHCLK_USART1) in HAL_RCCEx_PeriphCLKConfig()
178 assert_param(IS_RCC_USART1CLKSOURCE(pPeriphClkInit->Usart1ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
180 switch (pPeriphClkInit->Usart1ClockSelection) in HAL_RCCEx_PeriphCLKConfig()
189 ret = RCCEx_PLL2_Config(&(pPeriphClkInit->PLL2)); in HAL_RCCEx_PeriphCLKConfig()
195 ret = RCCEx_PLL3_Config(&(pPeriphClkInit->PLL3)); in HAL_RCCEx_PeriphCLKConfig()
[all …]
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_rcc_ex.c430 HAL_StatusTypeDef HAL_RCCEx_PeriphCLKConfig(const RCC_PeriphCLKInitTypeDef *pPeriphClkInit) in HAL_RCCEx_PeriphCLKConfig() argument
438 assert_param(IS_RCC_PERIPHCLOCK(pPeriphClkInit->PeriphClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
441 if (((pPeriphClkInit->PeriphClockSelection) & RCC_PERIPHCLK_USART1) == RCC_PERIPHCLK_USART1) in HAL_RCCEx_PeriphCLKConfig()
444 assert_param(IS_RCC_USART1CLKSOURCE(pPeriphClkInit->Usart1ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
447 __HAL_RCC_USART1_CONFIG(pPeriphClkInit->Usart1ClockSelection); in HAL_RCCEx_PeriphCLKConfig()
452 if (((pPeriphClkInit->PeriphClockSelection) & RCC_PERIPHCLK_USART2) == RCC_PERIPHCLK_USART2) in HAL_RCCEx_PeriphCLKConfig()
455 assert_param(IS_RCC_USART2CLKSOURCE(pPeriphClkInit->Usart2ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
458 __HAL_RCC_USART2_CONFIG(pPeriphClkInit->Usart2ClockSelection); in HAL_RCCEx_PeriphCLKConfig()
463 if (((pPeriphClkInit->PeriphClockSelection) & RCC_PERIPHCLK_USART3) == RCC_PERIPHCLK_USART3) in HAL_RCCEx_PeriphCLKConfig()
466 assert_param(IS_RCC_USART3CLKSOURCE(pPeriphClkInit->Usart3ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
[all …]
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_rcc_ex.h2371 HAL_StatusTypeDef HAL_RCCEx_PeriphCLKConfig(const RCC_PeriphCLKInitTypeDef *pPeriphClkInit);
2372 void HAL_RCCEx_GetPeriphCLKConfig(RCC_PeriphCLKInitTypeDef *pPeriphClkInit);
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_rcc_ex.h3776 HAL_StatusTypeDef HAL_RCCEx_PeriphCLKConfig(const RCC_PeriphCLKInitTypeDef *pPeriphClkInit);
3777 void HAL_RCCEx_GetPeriphCLKConfig(RCC_PeriphCLKInitTypeDef *pPeriphClkInit);