Home
last modified time | relevance | path

Searched refs:RCCEx_PLL3_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.c69 static HAL_StatusTypeDef RCCEx_PLL3_Config(RCC_PLL3InitTypeDef *Pll3);
204 ret = RCCEx_PLL3_Config(&(pPeriphClkInit->PLL3)); in HAL_RCCEx_PeriphCLKConfig()
260 ret = RCCEx_PLL3_Config(&(pPeriphClkInit->PLL3)); in HAL_RCCEx_PeriphCLKConfig()
316 ret = RCCEx_PLL3_Config(&(pPeriphClkInit->PLL3)); in HAL_RCCEx_PeriphCLKConfig()
372 ret = RCCEx_PLL3_Config(&(pPeriphClkInit->PLL3)); in HAL_RCCEx_PeriphCLKConfig()
428 ret = RCCEx_PLL3_Config(&(pPeriphClkInit->PLL3)); in HAL_RCCEx_PeriphCLKConfig()
484 ret = RCCEx_PLL3_Config(&(pPeriphClkInit->PLL3)); in HAL_RCCEx_PeriphCLKConfig()
540 ret = RCCEx_PLL3_Config(&(pPeriphClkInit->PLL3)); in HAL_RCCEx_PeriphCLKConfig()
596 ret = RCCEx_PLL3_Config(&(pPeriphClkInit->PLL3)); in HAL_RCCEx_PeriphCLKConfig()
652 ret = RCCEx_PLL3_Config(&(pPeriphClkInit->PLL3)); in HAL_RCCEx_PeriphCLKConfig()
[all …]
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Src/
Dstm32u5xx_hal_rcc_ex.c280 static HAL_StatusTypeDef RCCEx_PLL3_Config(RCC_PLL3InitTypeDef *Pll3);
502 ret = RCCEx_PLL3_Config(&(pPeriphClkInit->PLL3)); in HAL_RCCEx_PeriphCLKConfig()
553 ret = RCCEx_PLL3_Config(&(pPeriphClkInit->PLL3)); in HAL_RCCEx_PeriphCLKConfig()
631 ret = RCCEx_PLL3_Config(&(pPeriphClkInit->PLL3)); in HAL_RCCEx_PeriphCLKConfig()
670 ret = RCCEx_PLL3_Config(&(pPeriphClkInit->PLL3)); in HAL_RCCEx_PeriphCLKConfig()
3451 static HAL_StatusTypeDef RCCEx_PLL3_Config(RCC_PLL3InitTypeDef *pll3) in RCCEx_PLL3_Config() function