Home
last modified time | relevance | path

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

/hal_stm32-3.5.0/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_rcc_ex.c1345 …pPeriphClkInit->PLL3.PLL3Source = (uint32_t)((RCC->PLL3CFGR & RCC_PLL3CFGR_PLL3SRC) >> RCC_PLL3CFG… in HAL_RCCEx_GetPeriphCLKConfig()
3216 assert_param(IS_RCC_PLLSOURCE(PLL3Init->PLL3Source)); in HAL_RCCEx_EnablePLL3()
3241 status = RCCEx_PLLSource_Enable(PLL3Init->PLL3Source); in HAL_RCCEx_EnablePLL3()
3247 …__HAL_RCC_PLL3_CONFIG(PLL3Init->PLL3Source, PLL3Init->PLL3M, PLL3Init->PLL3N, PLL3Init->PLL3P, PLL… in HAL_RCCEx_EnablePLL3()
4244 assert_param(IS_RCC_PLLSOURCE(pll3->PLL3Source)); in RCCEx_PLL3_Config()
4267 __HAL_RCC_PLL3_CONFIG(pll3->PLL3Source, in RCCEx_PLL3_Config()
/hal_stm32-3.5.0/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()
5403 assert_param(IS_RCC_PLL3_SOURCE(pPLL3Init->PLL3Source)); in HAL_RCCEx_EnablePLL3()
5433 status = RCCEx_PLLSource_Enable(pPLL3Init->PLL3Source); in HAL_RCCEx_EnablePLL3()
5439 …__HAL_RCC_PLL3_CONFIG(pPLL3Init->PLL3Source, pPLL3Init->PLL3M, pPLL3Init->PLL3N, pPLL3Init->PLL3P, in HAL_RCCEx_EnablePLL3()
6209 assert_param(IS_RCC_PLL3_SOURCE(pll3->PLL3Source)); in RCCEx_PLL3_Config()
6236 __HAL_RCC_PLL3_CONFIG(pll3->PLL3Source, in RCCEx_PLL3_Config()
/hal_stm32-3.5.0/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_rcc_ex.h82 uint32_t PLL3Source; /*!< RCC_PLL3Source: PLL3 entry clock source. member
/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_rcc_ex.h87 uint32_t PLL3Source; /*!< RCC_PLL3Source: PLL3 entry clock source. member