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))
244 return get_bus_clock(sysclk, STM32_HPRE); in get_hclk_frequency()
474 uint32_t ahb_clock = get_bus_clock(SystemCoreClock, STM32_HPRE);
1110 STM32_HPRE);
1131 LL_RCC_SetAHBPrescaler(ahb_prescaler(STM32_HPRE));
/Zephyr-latest/include/zephyr/drivers/clock_control/
Dstm32_clock_control.h104 #define STM32_HPRE DT_PROP(DT_NODELABEL(rcc), hpre) macro
111 #define STM32_HPRE DT_PROP(DT_NODELABEL(rcc), hpre) macro