Home
last modified time | relevance | path

Searched refs:PLL3 (Results 1 – 12 of 12) sorted by relevance

/hal_stm32-3.4.0/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_rcc_ex.c134 ret = RCCEx_PLL3_Config(&(PeriphClkInit->PLL3), DIVIDER_R_UPDATE); in HAL_RCCEx_PeriphCLKConfig()
181 ret = RCCEx_PLL3_Config(&(PeriphClkInit->PLL3), DIVIDER_P_UPDATE); in HAL_RCCEx_PeriphCLKConfig()
234 ret = RCCEx_PLL3_Config(&(PeriphClkInit->PLL3), DIVIDER_P_UPDATE); in HAL_RCCEx_PeriphCLKConfig()
289 ret = RCCEx_PLL3_Config(&(PeriphClkInit->PLL3), DIVIDER_P_UPDATE); in HAL_RCCEx_PeriphCLKConfig()
349 ret = RCCEx_PLL3_Config(&(PeriphClkInit->PLL3), DIVIDER_P_UPDATE); in HAL_RCCEx_PeriphCLKConfig()
408 ret = RCCEx_PLL3_Config(&(PeriphClkInit->PLL3), DIVIDER_P_UPDATE); in HAL_RCCEx_PeriphCLKConfig()
466 ret = RCCEx_PLL3_Config(&(PeriphClkInit->PLL3), DIVIDER_P_UPDATE); in HAL_RCCEx_PeriphCLKConfig()
621 ret = RCCEx_PLL3_Config(&(PeriphClkInit->PLL3), DIVIDER_P_UPDATE); in HAL_RCCEx_PeriphCLKConfig()
669 ret = RCCEx_PLL3_Config(&(PeriphClkInit->PLL3), DIVIDER_Q_UPDATE); in HAL_RCCEx_PeriphCLKConfig()
721 ret = RCCEx_PLL3_Config(&(PeriphClkInit->PLL3), DIVIDER_Q_UPDATE); in HAL_RCCEx_PeriphCLKConfig()
[all …]
/hal_stm32-3.4.0/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_ll_utils.c281 UTILS_CheckPLLParameters(&UTILS_PLLsInitStruct->PLL3); in LL_PLL_ConfigSystemClock_HSE()
286 vcoinput_freqPLL3 = HSEFrequency / UTILS_PLLsInitStruct->PLL3.PLLM; in LL_PLL_ConfigSystemClock_HSE()
319 UTILS_PLLsInitStruct->PLL3.PLLM, in LL_PLL_ConfigSystemClock_HSE()
320 UTILS_PLLsInitStruct->PLL3.PLLN, in LL_PLL_ConfigSystemClock_HSE()
321 UTILS_PLLsInitStruct->PLL3.PLLFRACV, in LL_PLL_ConfigSystemClock_HSE()
391 LL_RCC_PLL3_SetM(UTILS_PLLsInitStruct->PLL3.PLLM); in LL_PLL_ConfigSystemClock_HSE()
392 LL_RCC_PLL3_SetN(UTILS_PLLsInitStruct->PLL3.PLLN); in LL_PLL_ConfigSystemClock_HSE()
393 LL_RCC_PLL3_SetP(UTILS_PLLsInitStruct->PLL3.PLLP); in LL_PLL_ConfigSystemClock_HSE()
394 LL_RCC_PLL3_SetQ(UTILS_PLLsInitStruct->PLL3.PLLQ); in LL_PLL_ConfigSystemClock_HSE()
395 LL_RCC_PLL3_SetR(UTILS_PLLsInitStruct->PLL3.PLLR); in LL_PLL_ConfigSystemClock_HSE()
[all …]
Dstm32mp1xx_hal_rcc_ex.c707 status = RCCEx_PLL3_Config(&(PeriphClkInit->PLL3)); in HAL_RCCEx_PeriphCLKConfig()
741 status = RCCEx_PLL3_Config(&(PeriphClkInit->PLL3)); in HAL_RCCEx_PeriphCLKConfig()
754 status = RCCEx_PLL3_Config(&(PeriphClkInit->PLL3)); in HAL_RCCEx_PeriphCLKConfig()
793 status = RCCEx_PLL3_Config(&(PeriphClkInit->PLL3)); in HAL_RCCEx_PeriphCLKConfig()
805 status = RCCEx_PLL3_Config(&(PeriphClkInit->PLL3)); in HAL_RCCEx_PeriphCLKConfig()
843 status = RCCEx_PLL3_Config(&(PeriphClkInit->PLL3)); in HAL_RCCEx_PeriphCLKConfig()
855 status = RCCEx_PLL3_Config(&(PeriphClkInit->PLL3)); in HAL_RCCEx_PeriphCLKConfig()
894 status = RCCEx_PLL3_Config(&(PeriphClkInit->PLL3)); in HAL_RCCEx_PeriphCLKConfig()
906 status = RCCEx_PLL3_Config(&(PeriphClkInit->PLL3)); in HAL_RCCEx_PeriphCLKConfig()
944 status = RCCEx_PLL3_Config(&(PeriphClkInit->PLL3)); in HAL_RCCEx_PeriphCLKConfig()
[all …]
Dstm32mp1xx_hal_rcc.c782 result = RCCEx_PLL3_Config(&(RCC_OscInitStruct->PLL3)); in HAL_RCC_OscConfig()
1855 RCC_OscInitStruct->PLL3.PLLState = RCC_PLL_ON; in HAL_RCC_GetOscConfig()
1859 RCC_OscInitStruct->PLL3.PLLState = RCC_PLL_OFF; in HAL_RCC_GetOscConfig()
1862 RCC_OscInitStruct->PLL3.PLLSource = (uint32_t)(RCC->RCK3SELR & RCC_RCK3SELR_PLL3SRC); in HAL_RCC_GetOscConfig()
1863 …RCC_OscInitStruct->PLL3.PLLM = (uint32_t)((RCC->PLL3CFGR1 & RCC_PLL3CFGR1_DIVM3) >> RCC_PLL3CFGR1_… in HAL_RCC_GetOscConfig()
1864 …RCC_OscInitStruct->PLL3.PLLN = (uint32_t)((RCC->PLL3CFGR1 & RCC_PLL3CFGR1_DIVN) >> RCC_PLL3CFGR1_D… in HAL_RCC_GetOscConfig()
1865 …RCC_OscInitStruct->PLL3.PLLR = (uint32_t)((RCC->PLL3CFGR2 & RCC_PLL3CFGR2_DIVR) >> RCC_PLL3CFGR2_D… in HAL_RCC_GetOscConfig()
1866 …RCC_OscInitStruct->PLL3.PLLP = (uint32_t)((RCC->PLL3CFGR2 & RCC_PLL3CFGR2_DIVP) >> RCC_PLL3CFGR2_D… in HAL_RCC_GetOscConfig()
1867 …RCC_OscInitStruct->PLL3.PLLQ = (uint32_t)((RCC->PLL3CFGR2 & RCC_PLL3CFGR2_DIVQ) >> RCC_PLL3CFGR2_D… in HAL_RCC_GetOscConfig()
1868 RCC_OscInitStruct->PLL3.PLLRGE = (uint32_t)(RCC->PLL3CFGR1 & RCC_PLL3CFGR1_IFRGE); in HAL_RCC_GetOscConfig()
[all …]
/hal_stm32-3.4.0/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rcc_ex.c203 ret = RCCEx_PLL3_Config(&(pPeriphClkInit->PLL3)); in HAL_RCCEx_PeriphCLKConfig()
259 ret = RCCEx_PLL3_Config(&(pPeriphClkInit->PLL3)); in HAL_RCCEx_PeriphCLKConfig()
315 ret = RCCEx_PLL3_Config(&(pPeriphClkInit->PLL3)); in HAL_RCCEx_PeriphCLKConfig()
371 ret = RCCEx_PLL3_Config(&(pPeriphClkInit->PLL3)); in HAL_RCCEx_PeriphCLKConfig()
427 ret = RCCEx_PLL3_Config(&(pPeriphClkInit->PLL3)); in HAL_RCCEx_PeriphCLKConfig()
483 ret = RCCEx_PLL3_Config(&(pPeriphClkInit->PLL3)); in HAL_RCCEx_PeriphCLKConfig()
539 ret = RCCEx_PLL3_Config(&(pPeriphClkInit->PLL3)); in HAL_RCCEx_PeriphCLKConfig()
595 ret = RCCEx_PLL3_Config(&(pPeriphClkInit->PLL3)); in HAL_RCCEx_PeriphCLKConfig()
651 ret = RCCEx_PLL3_Config(&(pPeriphClkInit->PLL3)); in HAL_RCCEx_PeriphCLKConfig()
707 ret = RCCEx_PLL3_Config(&(pPeriphClkInit->PLL3)); in HAL_RCCEx_PeriphCLKConfig()
[all …]
/hal_stm32-3.4.0/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_rcc_ex.c616 ret = RCCEx_PLL3_Config(&(pPeriphClkInit->PLL3)); in HAL_RCCEx_PeriphCLKConfig()
668 ret = RCCEx_PLL3_Config(&(pPeriphClkInit->PLL3)); in HAL_RCCEx_PeriphCLKConfig()
747 ret = RCCEx_PLL3_Config(&(pPeriphClkInit->PLL3)); in HAL_RCCEx_PeriphCLKConfig()
784 ret = RCCEx_PLL3_Config(&(pPeriphClkInit->PLL3)); in HAL_RCCEx_PeriphCLKConfig()
1073 ret = RCCEx_PLL3_Config(&(pPeriphClkInit->PLL3)); in HAL_RCCEx_PeriphCLKConfig()
1161 ret = RCCEx_PLL3_Config(&(pPeriphClkInit->PLL3)); in HAL_RCCEx_PeriphCLKConfig()
1197 ret = RCCEx_PLL3_Config(&(pPeriphClkInit->PLL3)); in HAL_RCCEx_PeriphCLKConfig()
1332 …pPeriphClkInit->PLL3.PLL3Source = (uint32_t)((RCC->PLL3CFGR & RCC_PLL3CFGR_PLL3SRC) >> RCC_PLL3CFG… in HAL_RCCEx_GetPeriphCLKConfig()
1333 …pPeriphClkInit->PLL3.PLL3M = (uint32_t)((RCC->PLL3CFGR & RCC_PLL3CFGR_PLL3M) >> RCC_PLL3CFGR_PLL3M… in HAL_RCCEx_GetPeriphCLKConfig()
1334 …pPeriphClkInit->PLL3.PLL3N = (uint32_t)((RCC->PLL3DIVR & RCC_PLL3DIVR_PLL3N) >> RCC_PLL3DIVR_PLL3N… in HAL_RCCEx_GetPeriphCLKConfig()
[all …]
/hal_stm32-3.4.0/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_ll_utils.h131 LL_UTILS_PLLTypeDef PLL3; /*!< PLL3 structure parameters */ member
Dstm32mp1xx_hal_rcc_ex.h55 RCC_PLLInitTypeDef PLL3; /*!< PLL3 structure parameters. member
Dstm32mp1xx_hal_rcc.h173 …RCC_PLLInitTypeDef PLL3; /*!< PLL3 structure parameters … member
/hal_stm32-3.4.0/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_rcc_ex.h153 RCC_PLL3InitTypeDef PLL3; /*!< PLL3 structure parameters. member
/hal_stm32-3.4.0/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_rcc_ex.h166 RCC_PLL3InitTypeDef PLL3; /*!< PLL3 structure parameters. member
/hal_stm32-3.4.0/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_rcc_ex.h148 RCC_PLL3InitTypeDef PLL3; /*!< PLL3 structure parameters. member