Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/clock_control/
Dclock_stm32_ll_h7.c92 #define AHB_FREQ ((SYSCLK_FREQ)/(STM32_HPRE))
99 #define AHB_FREQ ((SYSCLK_FREQ)/(STM32_HPRE))
245 return get_bus_clock(sysclk, STM32_HPRE); in get_hclk_frequency()
477 uint32_t ahb_clock = get_bus_clock(SystemCoreClock, STM32_HPRE);
1113 STM32_HPRE);
1134 LL_RCC_SetAHBPrescaler(ahb_prescaler(STM32_HPRE));
/Zephyr-latest/include/zephyr/drivers/clock_control/
Dstm32_clock_control.h107 #define STM32_HPRE DT_PROP(DT_NODELABEL(rcc), hpre) macro
114 #define STM32_HPRE DT_PROP(DT_NODELABEL(rcc), hpre) macro