Home
last modified time | relevance | path

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

/hal_stm32-3.6.0/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_rcc_ex.c3094 HAL_StatusTypeDef HAL_RCCEx_EnablePLL2(const RCC_PLL2InitTypeDef *PLL2Init) in HAL_RCCEx_EnablePLL2() argument
3100 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 …]
/hal_stm32-3.6.0/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_rcc_ex.c737 HAL_StatusTypeDef HAL_RCCEx_EnablePLL2(RCC_PLL2InitTypeDef *PLL2Init) in HAL_RCCEx_EnablePLL2() argument
752 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()
/hal_stm32-3.6.0/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_rcc_ex.h2385 HAL_StatusTypeDef HAL_RCCEx_EnablePLL2(const RCC_PLL2InitTypeDef *PLL2Init);
/hal_stm32-3.6.0/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_rcc_ex.h1879 HAL_StatusTypeDef HAL_RCCEx_EnablePLL2(RCC_PLL2InitTypeDef *PLL2Init);