Searched refs:pPLL2Init (Results 1 – 2 of 2) sorted by relevance
5287 HAL_StatusTypeDef HAL_RCCEx_EnablePLL2(RCC_PLL2InitTypeDef *pPLL2Init) in HAL_RCCEx_EnablePLL2() argument5293 assert_param(IS_RCC_PLL2_SOURCE(pPLL2Init->PLL2Source)); in HAL_RCCEx_EnablePLL2()5294 assert_param(IS_RCC_PLL2_DIVM_VALUE(pPLL2Init->PLL2M)); in HAL_RCCEx_EnablePLL2()5295 assert_param(IS_RCC_PLL2_MULN_VALUE(pPLL2Init->PLL2N)); in HAL_RCCEx_EnablePLL2()5296 assert_param(IS_RCC_PLL2_DIVP_VALUE(pPLL2Init->PLL2P)); in HAL_RCCEx_EnablePLL2()5297 assert_param(IS_RCC_PLL2_DIVQ_VALUE(pPLL2Init->PLL2Q)); in HAL_RCCEx_EnablePLL2()5298 assert_param(IS_RCC_PLL2_DIVR_VALUE(pPLL2Init->PLL2R)); in HAL_RCCEx_EnablePLL2()5299 assert_param(IS_RCC_PLL2_CLOCKOUT_VALUE(pPLL2Init->PLL2ClockOut)); in HAL_RCCEx_EnablePLL2()5300 assert_param(IS_RCC_PLL2_VCIRGE_VALUE(pPLL2Init->PLL2RGE)); in HAL_RCCEx_EnablePLL2()5301 assert_param(IS_RCC_PLL2_VCORGE_VALUE(pPLL2Init->PLL2VCOSEL)); in HAL_RCCEx_EnablePLL2()[all …]
3792 HAL_StatusTypeDef HAL_RCCEx_EnablePLL2(RCC_PLL2InitTypeDef *pPLL2Init);