Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_rcc_ex.c1344 …pPeriphClkInit->PLL3.PLL3Source = (uint32_t)((RCC->PLL3CFGR & RCC_PLL3CFGR_PLL3SRC) >> RCC_PLL3CFG… in HAL_RCCEx_GetPeriphCLKConfig()
3215 assert_param(IS_RCC_PLLSOURCE(PLL3Init->PLL3Source)); in HAL_RCCEx_EnablePLL3()
3240 status = RCCEx_PLLSource_Enable(PLL3Init->PLL3Source); in HAL_RCCEx_EnablePLL3()
3246 …__HAL_RCC_PLL3_CONFIG(PLL3Init->PLL3Source, PLL3Init->PLL3M, PLL3Init->PLL3N, PLL3Init->PLL3P, PLL… in HAL_RCCEx_EnablePLL3()
4243 assert_param(IS_RCC_PLLSOURCE(pll3->PLL3Source)); in RCCEx_PLL3_Config()
4266 __HAL_RCC_PLL3_CONFIG(pll3->PLL3Source, in RCCEx_PLL3_Config()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rcc_ex.c2557 …pPeriphClkInit->PLL3.PLL3Source = (uint32_t)((RCC->PLL3CFGR & RCC_PLL3CFGR_PLL3SRC) >> RCC_PLL3CFG… in HAL_RCCEx_GetPeriphCLKConfig()
5417 assert_param(IS_RCC_PLL3_SOURCE(pPLL3Init->PLL3Source)); in HAL_RCCEx_EnablePLL3()
5447 status = RCCEx_PLLSource_Enable(pPLL3Init->PLL3Source); in HAL_RCCEx_EnablePLL3()
5453 …__HAL_RCC_PLL3_CONFIG(pPLL3Init->PLL3Source, pPLL3Init->PLL3M, pPLL3Init->PLL3N, pPLL3Init->PLL3P, in HAL_RCCEx_EnablePLL3()
6212 assert_param(IS_RCC_PLL3_SOURCE(pll3->PLL3Source)); in RCCEx_PLL3_Config()
6239 __HAL_RCC_PLL3_CONFIG(pll3->PLL3Source, in RCCEx_PLL3_Config()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_rcc_ex.h82 uint32_t PLL3Source; /*!< RCC_PLL3Source: PLL3 entry clock source. member
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_rcc_ex.h87 uint32_t PLL3Source; /*!< RCC_PLL3Source: PLL3 entry clock source. member