Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Src/
Dstm32h5xx_hal_rcc_ex.c67 static HAL_StatusTypeDef RCCEx_PLL2_Config(RCC_PLL2InitTypeDef *Pll2);
198 ret = RCCEx_PLL2_Config(&(pPeriphClkInit->PLL2)); in HAL_RCCEx_PeriphCLKConfig()
253 ret = RCCEx_PLL2_Config(&(pPeriphClkInit->PLL2)); in HAL_RCCEx_PeriphCLKConfig()
309 ret = RCCEx_PLL2_Config(&(pPeriphClkInit->PLL2)); in HAL_RCCEx_PeriphCLKConfig()
366 ret = RCCEx_PLL2_Config(&(pPeriphClkInit->PLL2)); in HAL_RCCEx_PeriphCLKConfig()
422 ret = RCCEx_PLL2_Config(&(pPeriphClkInit->PLL2)); in HAL_RCCEx_PeriphCLKConfig()
478 ret = RCCEx_PLL2_Config(&(pPeriphClkInit->PLL2)); in HAL_RCCEx_PeriphCLKConfig()
534 ret = RCCEx_PLL2_Config(&(pPeriphClkInit->PLL2)); in HAL_RCCEx_PeriphCLKConfig()
590 ret = RCCEx_PLL2_Config(&(pPeriphClkInit->PLL2)); in HAL_RCCEx_PeriphCLKConfig()
646 ret = RCCEx_PLL2_Config(&(pPeriphClkInit->PLL2)); in HAL_RCCEx_PeriphCLKConfig()
[all …]
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Src/
Dstm32u5xx_hal_rcc_ex.c279 static HAL_StatusTypeDef RCCEx_PLL2_Config(RCC_PLL2InitTypeDef *Pll2);
496 ret = RCCEx_PLL2_Config(&(pPeriphClkInit->PLL2)); in HAL_RCCEx_PeriphCLKConfig()
547 ret = RCCEx_PLL2_Config(&(pPeriphClkInit->PLL2)); in HAL_RCCEx_PeriphCLKConfig()
591 ret = RCCEx_PLL2_Config(&(pPeriphClkInit->PLL2)); in HAL_RCCEx_PeriphCLKConfig()
790 ret = RCCEx_PLL2_Config(&(pPeriphClkInit->PLL2)); in HAL_RCCEx_PeriphCLKConfig()
945 ret = RCCEx_PLL2_Config(&(pPeriphClkInit->PLL2)); in HAL_RCCEx_PeriphCLKConfig()
3377 static HAL_StatusTypeDef RCCEx_PLL2_Config(RCC_PLL2InitTypeDef *pll2) in RCCEx_PLL2_Config() function