Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rcc_ex.c5299 assert_param(IS_RCC_PLL2_CLOCKOUT_VALUE(pPLL2Init->PLL2ClockOut)); in HAL_RCCEx_EnablePLL2()
5348 __HAL_RCC_PLL2_CLKOUT_ENABLE(pPLL2Init->PLL2ClockOut); in HAL_RCCEx_EnablePLL2()
6136 assert_param(IS_RCC_PLL2_CLOCKOUT_VALUE(pll2->PLL2ClockOut)); in RCCEx_PLL2_Config()
6171 __HAL_RCC_PLL2_CLKOUT_ENABLE(pll2->PLL2ClockOut); in RCCEx_PLL2_Config()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_rcc_ex.c3105 assert_param(IS_RCC_PLL2CLOCKOUT_VALUE(PLL2Init->PLL2ClockOut)); in HAL_RCCEx_EnablePLL2()
3148 __HAL_RCC_PLL2CLKOUT_ENABLE(PLL2Init->PLL2ClockOut); in HAL_RCCEx_EnablePLL2()
4204 __HAL_RCC_PLL2CLKOUT_ENABLE(pll2->PLL2ClockOut); in RCCEx_PLL2_Config()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_rcc_ex.h72 uint32_t PLL2ClockOut; /*!< PLL2ClockOut: specifies PLL2 output clock to be enabled. member
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_rcc_ex.h76 uint32_t PLL2ClockOut; /*!< PLL2ClockOut: specifies PLL2 output clock to be enabled. member