Home
last modified time | relevance | path

Searched refs:STM32_SRC_PLL_P (Results 1 – 15 of 15) sorted by relevance

/Zephyr-latest/include/zephyr/dt-bindings/clock/
Dstm32f4_clock.h34 #define STM32_SRC_PLL_P (STM32_SRC_HSE + 1) macro
35 #define STM32_SRC_PLL_Q (STM32_SRC_PLL_P + 1)
Dstm32wb_clock.h36 #define STM32_SRC_PLL_P (STM32_SRC_PCLK + 1) macro
37 #define STM32_SRC_PLL_Q (STM32_SRC_PLL_P + 1)
Dstm32wl_clock.h37 #define STM32_SRC_PLL_P (STM32_SRC_PCLK + 1) macro
38 #define STM32_SRC_PLL_Q (STM32_SRC_PLL_P + 1)
Dstm32u0_clock.h35 #define STM32_SRC_PLL_P (STM32_SRC_PCLK + 1) macro
36 #define STM32_SRC_PLL_Q (STM32_SRC_PLL_P + 1)
Dstm32g4_clock.h37 #define STM32_SRC_PLL_P (STM32_SRC_PCLK + 1) macro
38 #define STM32_SRC_PLL_Q (STM32_SRC_PLL_P + 1)
Dstm32g0_clock.h34 #define STM32_SRC_PLL_P (STM32_SRC_PCLK + 1) macro
35 #define STM32_SRC_PLL_Q (STM32_SRC_PLL_P + 1)
Dstm32l4_clock.h35 #define STM32_SRC_PLL_P (STM32_SRC_PCLK + 1) macro
36 #define STM32_SRC_PLL_Q (STM32_SRC_PLL_P + 1)
Dstm32f7_clock.h35 #define STM32_SRC_PLL_P (STM32_SRC_HSE + 1) macro
36 #define STM32_SRC_PLL_Q (STM32_SRC_PLL_P + 1)
/Zephyr-latest/tests/drivers/clock_control/stm32_clock_configuration/stm32_common_devices/src/
Dtest_stm32_clock_configuration_adc.c102 #if defined(STM32_SRC_PLL_P) in ZTEST()
103 case STM32_SRC_PLL_P: in ZTEST()
/Zephyr-latest/samples/boards/st/mco/boards/
Dnucleo_f446ze.overlay17 /* clocks = <&rcc STM32_SRC_PLL_P MCO1_SEL(3)>;*/
Dnucleo_f411re.overlay22 /* clocks = <&rcc STM32_SRC_PLL_P MCO1_SEL(3)>; */
/Zephyr-latest/drivers/clock_control/
Dclock_stm32_ll_common.c194 #if defined(STM32_SRC_PLL_P) in enabled_clock()
195 case STM32_SRC_PLL_P: in enabled_clock()
404 #if defined(STM32_SRC_PLL_P) & STM32_PLL_P_ENABLED in stm32_clock_control_get_subsys_rate()
405 case STM32_SRC_PLL_P: in stm32_clock_control_get_subsys_rate()
595 #if defined(STM32_SRC_PLL_P) & STM32_PLL_P_ENABLED in set_up_plls()
/Zephyr-latest/tests/drivers/clock_control/stm32_clock_configuration/stm32_common_devices/boards/
Dg0_i2c1_hsi_lptim1_lse_adc1_pllp.overlay81 <&rcc STM32_SRC_PLL_P ADC_SEL(1)>;
Dg4_i2c1_hsi_adc1_pllp.overlay72 <&rcc STM32_SRC_PLL_P ADC12_SEL(1)>;
Dwl_i2c1_hsi_lptim1_lse_adc1_pllp.overlay100 <&rcc STM32_SRC_PLL_P ADC_SEL(2)>;