Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/drivers/clock_control/
Dclock_stm32_ll_h7.c87 #define APB2_FREQ ((AHB_FREQ)/(STM32_D2PPRE2))
445 uint32_t apb2_clock = get_bus_clock(ahb_clock, STM32_D2PPRE2); in stm32_clock_control_get_subsys_rate()
874 LL_RCC_SetAPB2Prescaler(apb2_prescaler(STM32_D2PPRE2)); in stm32_clock_control_init()
/Zephyr-Core-3.5.0/include/zephyr/drivers/clock_control/
Dstm32_clock_control.h93 #define STM32_D2PPRE2 DT_PROP(DT_NODELABEL(rcc), d2ppre2) macro
/Zephyr-Core-3.5.0/drivers/counter/
Dcounter_ll_stm32_timer.c396 apb_psc = STM32_D2PPRE2; in counter_stm32_get_tim_clk()
/Zephyr-Core-3.5.0/drivers/pwm/
Dpwm_stm32.c244 apb_psc = STM32_D2PPRE2; in get_tim_clk()