Home
last modified time | relevance | path

Searched refs:pPLL3Init (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rcc_ex.c5411 HAL_StatusTypeDef HAL_RCCEx_EnablePLL3(RCC_PLL3InitTypeDef *pPLL3Init) in HAL_RCCEx_EnablePLL3() argument
5417 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 …]
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_rcc_ex.h3795 HAL_StatusTypeDef HAL_RCCEx_EnablePLL3(RCC_PLL3InitTypeDef *pPLL3Init);