Home
last modified time | relevance | path

Searched refs:RCCEx_PLL2_Config (Results 1 – 6 of 6) sorted by relevance

/hal_stm32-3.5.0/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_rcc_ex.c61 static HAL_StatusTypeDef RCCEx_PLL2_Config(RCC_PLL2InitTypeDef *pll2, uint32_t Divider);
128 ret = RCCEx_PLL2_Config(&(PeriphClkInit->PLL2), DIVIDER_R_UPDATE); in HAL_RCCEx_PeriphCLKConfig()
175 ret = RCCEx_PLL2_Config(&(PeriphClkInit->PLL2), DIVIDER_P_UPDATE); in HAL_RCCEx_PeriphCLKConfig()
228 ret = RCCEx_PLL2_Config(&(PeriphClkInit->PLL2), DIVIDER_P_UPDATE); in HAL_RCCEx_PeriphCLKConfig()
283 ret = RCCEx_PLL2_Config(&(PeriphClkInit->PLL2), DIVIDER_P_UPDATE); in HAL_RCCEx_PeriphCLKConfig()
343 ret = RCCEx_PLL2_Config(&(PeriphClkInit->PLL2), DIVIDER_P_UPDATE); in HAL_RCCEx_PeriphCLKConfig()
402 ret = RCCEx_PLL2_Config(&(PeriphClkInit->PLL2), DIVIDER_P_UPDATE); in HAL_RCCEx_PeriphCLKConfig()
460 ret = RCCEx_PLL2_Config(&(PeriphClkInit->PLL2), DIVIDER_P_UPDATE); in HAL_RCCEx_PeriphCLKConfig()
521 ret = RCCEx_PLL2_Config(&(PeriphClkInit->PLL2), DIVIDER_R_UPDATE); in HAL_RCCEx_PeriphCLKConfig()
569 ret = RCCEx_PLL2_Config(&(PeriphClkInit->PLL2), DIVIDER_R_UPDATE); in HAL_RCCEx_PeriphCLKConfig()
[all …]
/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rcc_ex.c67 static HAL_StatusTypeDef RCCEx_PLL2_Config(RCC_PLL2InitTypeDef *Pll2);
197 ret = RCCEx_PLL2_Config(&(pPeriphClkInit->PLL2)); in HAL_RCCEx_PeriphCLKConfig()
252 ret = RCCEx_PLL2_Config(&(pPeriphClkInit->PLL2)); in HAL_RCCEx_PeriphCLKConfig()
308 ret = RCCEx_PLL2_Config(&(pPeriphClkInit->PLL2)); in HAL_RCCEx_PeriphCLKConfig()
365 ret = RCCEx_PLL2_Config(&(pPeriphClkInit->PLL2)); in HAL_RCCEx_PeriphCLKConfig()
421 ret = RCCEx_PLL2_Config(&(pPeriphClkInit->PLL2)); in HAL_RCCEx_PeriphCLKConfig()
477 ret = RCCEx_PLL2_Config(&(pPeriphClkInit->PLL2)); in HAL_RCCEx_PeriphCLKConfig()
533 ret = RCCEx_PLL2_Config(&(pPeriphClkInit->PLL2)); in HAL_RCCEx_PeriphCLKConfig()
589 ret = RCCEx_PLL2_Config(&(pPeriphClkInit->PLL2)); in HAL_RCCEx_PeriphCLKConfig()
645 ret = RCCEx_PLL2_Config(&(pPeriphClkInit->PLL2)); in HAL_RCCEx_PeriphCLKConfig()
[all …]
/hal_stm32-3.5.0/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_rcc_ex.c351 static HAL_StatusTypeDef RCCEx_PLL2_Config(const RCC_PLL2InitTypeDef *Pll2);
614 ret = RCCEx_PLL2_Config(&(pPeriphClkInit->PLL2)); in HAL_RCCEx_PeriphCLKConfig()
666 ret = RCCEx_PLL2_Config(&(pPeriphClkInit->PLL2)); in HAL_RCCEx_PeriphCLKConfig()
711 ret = RCCEx_PLL2_Config(&(pPeriphClkInit->PLL2)); in HAL_RCCEx_PeriphCLKConfig()
906 ret = RCCEx_PLL2_Config(&(pPeriphClkInit->PLL2)); in HAL_RCCEx_PeriphCLKConfig()
1039 ret = RCCEx_PLL2_Config(&(pPeriphClkInit->PLL2)); in HAL_RCCEx_PeriphCLKConfig()
1075 ret = RCCEx_PLL2_Config(&(pPeriphClkInit->PLL2)); in HAL_RCCEx_PeriphCLKConfig()
1120 ret = RCCEx_PLL2_Config(&(pPeriphClkInit->PLL2)); in HAL_RCCEx_PeriphCLKConfig()
1163 ret = RCCEx_PLL2_Config(&(pPeriphClkInit->PLL2)); in HAL_RCCEx_PeriphCLKConfig()
4167 static HAL_StatusTypeDef RCCEx_PLL2_Config(const RCC_PLL2InitTypeDef *pll2) in RCCEx_PLL2_Config() function
/hal_stm32-3.5.0/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_rcc_ex.h1983 HAL_StatusTypeDef RCCEx_PLL2_Config(RCC_PLLInitTypeDef *pll2);
/hal_stm32-3.5.0/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_rcc.c775 result = RCCEx_PLL2_Config(&(RCC_OscInitStruct->PLL2)); in HAL_RCC_OscConfig()
Dstm32mp1xx_hal_rcc_ex.c83 HAL_StatusTypeDef RCCEx_PLL2_Config(RCC_PLLInitTypeDef *pll2) in RCCEx_PLL2_Config() function