Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_rcc_ex.c3209 HAL_StatusTypeDef HAL_RCCEx_EnablePLL3(const RCC_PLL3InitTypeDef *PLL3Init) in HAL_RCCEx_EnablePLL3() argument
3215 assert_param(IS_RCC_PLLSOURCE(PLL3Init->PLL3Source)); in HAL_RCCEx_EnablePLL3()
3216 assert_param(IS_RCC_PLLM_VALUE(PLL3Init->PLL3M)); in HAL_RCCEx_EnablePLL3()
3217 assert_param(IS_RCC_PLLN_VALUE(PLL3Init->PLL3N)); in HAL_RCCEx_EnablePLL3()
3218 assert_param(IS_RCC_PLLP_VALUE(PLL3Init->PLL3P)); in HAL_RCCEx_EnablePLL3()
3219 assert_param(IS_RCC_PLL3CLOCKOUT_VALUE(PLL3Init->PLL3ClockOut)); in HAL_RCCEx_EnablePLL3()
3240 status = RCCEx_PLLSource_Enable(PLL3Init->PLL3Source); in HAL_RCCEx_EnablePLL3()
3246 …__HAL_RCC_PLL3_CONFIG(PLL3Init->PLL3Source, PLL3Init->PLL3M, PLL3Init->PLL3N, PLL3Init->PLL3P, PLL… in HAL_RCCEx_EnablePLL3()
3247 PLL3Init->PLL3R); in HAL_RCCEx_EnablePLL3()
3253 __HAL_RCC_PLL3FRACN_CONFIG(PLL3Init->PLL3FRACN); in HAL_RCCEx_EnablePLL3()
[all …]
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_rcc_ex.h2387 HAL_StatusTypeDef HAL_RCCEx_EnablePLL3(const RCC_PLL3InitTypeDef *PLL3Init);