Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/clock_control/
Dclock_stm32_ll_h7.c103 #define APB4_FREQ ((AHB_FREQ)/(STM32_D3PPRE))
488 uint32_t apb4_clock = get_bus_clock(ahb_clock, STM32_D3PPRE);
1145 LL_RCC_SetAPB4Prescaler(apb4_prescaler(STM32_D3PPRE));
/Zephyr-latest/include/zephyr/drivers/clock_control/
Dstm32_clock_control.h118 #define STM32_D3PPRE DT_PROP(DT_NODELABEL(rcc), d3ppre) macro