Searched refs:PLL2Init (Results 1 – 4 of 4) sorted by relevance
3094 HAL_StatusTypeDef HAL_RCCEx_EnablePLL2(const RCC_PLL2InitTypeDef *PLL2Init) in HAL_RCCEx_EnablePLL2() argument3100 assert_param(IS_RCC_PLLSOURCE(PLL2Init->PLL2Source)); in HAL_RCCEx_EnablePLL2()3101 assert_param(IS_RCC_PLLM_VALUE(PLL2Init->PLL2M)); in HAL_RCCEx_EnablePLL2()3102 assert_param(IS_RCC_PLLN_VALUE(PLL2Init->PLL2N)); in HAL_RCCEx_EnablePLL2()3103 assert_param(IS_RCC_PLLP_VALUE(PLL2Init->PLL2P)); in HAL_RCCEx_EnablePLL2()3104 assert_param(IS_RCC_PLLQ_VALUE(PLL2Init->PLL2Q)); in HAL_RCCEx_EnablePLL2()3105 assert_param(IS_RCC_PLLR_VALUE(PLL2Init->PLL2R)); in HAL_RCCEx_EnablePLL2()3106 assert_param(IS_RCC_PLL2CLOCKOUT_VALUE(PLL2Init->PLL2ClockOut)); in HAL_RCCEx_EnablePLL2()3127 status = RCCEx_PLLSource_Enable(PLL2Init->PLL2Source); in HAL_RCCEx_EnablePLL2()3133 __HAL_RCC_PLL2_CONFIG(PLL2Init->PLL2Source, PLL2Init->PLL2M, PLL2Init->PLL2N, in HAL_RCCEx_EnablePLL2()[all …]
737 HAL_StatusTypeDef HAL_RCCEx_EnablePLL2(RCC_PLL2InitTypeDef *PLL2Init) in HAL_RCCEx_EnablePLL2() argument752 assert_param(IS_RCC_PLL2_MUL(PLL2Init->PLL2MUL)); in HAL_RCCEx_EnablePLL2()753 assert_param(IS_RCC_HSE_PREDIV2(PLL2Init->HSEPrediv2Value)); in HAL_RCCEx_EnablePLL2()758 (__HAL_RCC_HSE_GET_PREDIV2() != PLL2Init->HSEPrediv2Value)) in HAL_RCCEx_EnablePLL2()779 __HAL_RCC_HSE_PREDIV2_CONFIG(PLL2Init->HSEPrediv2Value); in HAL_RCCEx_EnablePLL2()782 __HAL_RCC_PLL2_CONFIG(PLL2Init->PLL2MUL); in HAL_RCCEx_EnablePLL2()
2385 HAL_StatusTypeDef HAL_RCCEx_EnablePLL2(const RCC_PLL2InitTypeDef *PLL2Init);
1879 HAL_StatusTypeDef HAL_RCCEx_EnablePLL2(RCC_PLL2InitTypeDef *PLL2Init);