Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/clock_control/
Dclock_stm32_ll_h7.c102 #define APB3_FREQ ((AHB_FREQ)/(STM32_D1PPRE))
487 uint32_t apb3_clock = get_bus_clock(ahb_clock, STM32_D1PPRE);
1144 LL_RCC_SetAPB3Prescaler(apb3_prescaler(STM32_D1PPRE));
/Zephyr-latest/include/zephyr/drivers/clock_control/
Dstm32_clock_control.h117 #define STM32_D1PPRE DT_PROP(DT_NODELABEL(rcc), d1ppre) macro