Searched refs:pPLL3Init (Results 1 – 2 of 2) sorted by relevance
5411 HAL_StatusTypeDef HAL_RCCEx_EnablePLL3(RCC_PLL3InitTypeDef *pPLL3Init) in HAL_RCCEx_EnablePLL3() argument5417 assert_param(IS_RCC_PLL3_SOURCE(pPLL3Init->PLL3Source)); in HAL_RCCEx_EnablePLL3()5418 assert_param(IS_RCC_PLL3_DIVM_VALUE(pPLL3Init->PLL3M)); in HAL_RCCEx_EnablePLL3()5419 assert_param(IS_RCC_PLL3_MULN_VALUE(pPLL3Init->PLL3N)); in HAL_RCCEx_EnablePLL3()5420 assert_param(IS_RCC_PLL3_DIVP_VALUE(pPLL3Init->PLL3P)); in HAL_RCCEx_EnablePLL3()5421 assert_param(IS_RCC_PLL3_DIVQ_VALUE(pPLL3Init->PLL3Q)); in HAL_RCCEx_EnablePLL3()5422 assert_param(IS_RCC_PLL3_DIVR_VALUE(pPLL3Init->PLL3R)); in HAL_RCCEx_EnablePLL3()5423 assert_param(IS_RCC_PLL3_CLOCKOUT_VALUE(pPLL3Init->PLL3ClockOut)); in HAL_RCCEx_EnablePLL3()5424 assert_param(IS_RCC_PLL3_VCIRGE_VALUE(pPLL3Init->PLL3RGE)); in HAL_RCCEx_EnablePLL3()5425 assert_param(IS_RCC_PLL3_VCORGE_VALUE(pPLL3Init->PLL3VCOSEL)); in HAL_RCCEx_EnablePLL3()[all …]
3795 HAL_StatusTypeDef HAL_RCCEx_EnablePLL3(RCC_PLL3InitTypeDef *pPLL3Init);