Home
last modified time | relevance | path

Searched refs:apb3_prescaler (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/soc/nuvoton/npcx/common/
Dsoc_clock.h44 #define APB3DIV_VAL (DT_PROP(DT_NODELABEL(pcc), apb3_prescaler) - 1)
/Zephyr-latest/drivers/clock_control/
Dclock_stm32_ll_h5.c36 #define apb3_prescaler(v) z_apb3_prescaler(v) macro
745 LL_RCC_SetAPB3Prescaler(apb3_prescaler(STM32_APB3_PRESCALER)); in stm32_clock_control_init()
Dclock_stm32_ll_u5.c33 #define apb3_prescaler(v) z_apb3_prescaler(v) macro
878 LL_RCC_SetAPB3Prescaler(apb3_prescaler(STM32_APB3_PRESCALER)); in stm32_clock_control_init()
Dclock_control_npcm.c97 #define APB3DIV_VAL (DT_PROP(DT_NODELABEL(pcc), apb3_prescaler) - 1)
Dclock_stm32_ll_h7.c43 #define apb3_prescaler(v) z_apb3_prescaler(v) macro
1144 LL_RCC_SetAPB3Prescaler(apb3_prescaler(STM32_D1PPRE));
/Zephyr-latest/include/zephyr/drivers/clock_control/
Dstm32_clock_control.h76 #define STM32_APB3_PRESCALER DT_PROP(DT_NODELABEL(rcc), apb3_prescaler)