Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/clock_control/
Dclock_stm32_ll_h7.c100 #define APB1_FREQ ((AHB_FREQ)/(STM32_D2PPRE1))
482 uint32_t apb1_clock = get_bus_clock(ahb_clock, STM32_D2PPRE1);
1139 LL_RCC_SetAPB1Prescaler(apb1_prescaler(STM32_D2PPRE1));
/Zephyr-latest/drivers/counter/
Dcounter_ll_stm32_timer.c388 apb_psc = STM32_D2PPRE1; in counter_stm32_get_tim_clk()
/Zephyr-latest/drivers/pwm/
Dpwm_stm32.c236 apb_psc = STM32_D2PPRE1; in get_tim_clk()
/Zephyr-latest/include/zephyr/drivers/clock_control/
Dstm32_clock_control.h112 #define STM32_D2PPRE1 DT_PROP(DT_NODELABEL(rcc), d2ppre1) macro