Searched refs:get_bus_clock (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/drivers/clock_control/ |
D | clock_stm32_ll_h7.c | 186 static uint32_t get_bus_clock(uint32_t clock, uint32_t prescaler) in get_bus_clock() function 244 return get_bus_clock(sysclk, STM32_HPRE); in get_hclk_frequency() 474 uint32_t ahb_clock = get_bus_clock(SystemCoreClock, STM32_HPRE); 477 uint32_t apb1_clock = get_bus_clock(ahb_clock, STM32_PPRE1); 478 uint32_t apb2_clock = get_bus_clock(ahb_clock, STM32_PPRE2); 479 uint32_t apb4_clock = get_bus_clock(ahb_clock, STM32_PPRE4); 480 uint32_t apb5_clock = get_bus_clock(ahb_clock, STM32_PPRE5); 482 uint32_t apb1_clock = get_bus_clock(ahb_clock, STM32_D2PPRE1); 483 uint32_t apb2_clock = get_bus_clock(ahb_clock, STM32_D2PPRE2); 484 uint32_t apb3_clock = get_bus_clock(ahb_clock, STM32_D1PPRE); [all …]
|
D | clock_stm32_ll_wba.c | 38 static uint32_t get_bus_clock(uint32_t clock, uint32_t prescaler) in get_bus_clock() function 175 uint32_t apb1_clock = get_bus_clock(ahb_clock, STM32_APB1_PRESCALER); in stm32_clock_control_get_subsys_rate() 176 uint32_t apb2_clock = get_bus_clock(ahb_clock, STM32_APB2_PRESCALER); in stm32_clock_control_get_subsys_rate() 177 uint32_t apb7_clock = get_bus_clock(ahb_clock, STM32_APB7_PRESCALER); in stm32_clock_control_get_subsys_rate() 184 ahb5_clock = get_bus_clock(ahb_clock * STM32_AHB_PRESCALER, in stm32_clock_control_get_subsys_rate()
|
D | clock_stm32_ll_common.c | 100 static uint32_t get_bus_clock(uint32_t clock, uint32_t prescaler) in get_bus_clock() function 341 uint32_t apb1_clock = get_bus_clock(ahb_clock, STM32_APB1_PRESCALER); in stm32_clock_control_get_subsys_rate() 343 uint32_t apb2_clock = get_bus_clock(ahb_clock, STM32_APB2_PRESCALER); in stm32_clock_control_get_subsys_rate() 349 uint32_t ahb3_clock = get_bus_clock(ahb_clock * STM32_CPU1_PRESCALER, in stm32_clock_control_get_subsys_rate()
|
D | clock_stm32_ll_h5.c | 42 static uint32_t get_bus_clock(uint32_t clock, uint32_t prescaler) in get_bus_clock() function 222 uint32_t apb1_clock = get_bus_clock(ahb_clock, STM32_APB1_PRESCALER); in stm32_clock_control_get_subsys_rate() 223 uint32_t apb2_clock = get_bus_clock(ahb_clock, STM32_APB2_PRESCALER); in stm32_clock_control_get_subsys_rate() 224 uint32_t apb3_clock = get_bus_clock(ahb_clock, STM32_APB3_PRESCALER); in stm32_clock_control_get_subsys_rate()
|
D | clock_stm32_ll_u5.c | 39 static uint32_t get_bus_clock(uint32_t clock, uint32_t prescaler) in get_bus_clock() function 230 uint32_t apb1_clock = get_bus_clock(ahb_clock, STM32_APB1_PRESCALER); in stm32_clock_control_get_subsys_rate() 231 uint32_t apb2_clock = get_bus_clock(ahb_clock, STM32_APB2_PRESCALER); in stm32_clock_control_get_subsys_rate() 232 uint32_t apb3_clock = get_bus_clock(ahb_clock, STM32_APB3_PRESCALER); in stm32_clock_control_get_subsys_rate()
|