Home
last modified time | relevance | path

Searched refs:apb4_prescaler (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/soc/nuvoton/npcx/common/
Dsoc_clock.h46 #if DT_NODE_HAS_PROP(DT_NODELABEL(pcc), apb4_prescaler)
48 #define APB4DIV_VAL (DT_PROP(DT_NODELABEL(pcc), apb4_prescaler) - 1)
/Zephyr-latest/drivers/clock_control/
Dclock_stm32_ll_h7.c46 #define apb4_prescaler(v) z_apb4_prescaler(v) macro
1138 LL_RCC_SetAPB4Prescaler(apb4_prescaler(STM32_PPRE4));
1145 LL_RCC_SetAPB4Prescaler(apb4_prescaler(STM32_D3PPRE));
Dclock_stm32_ll_n6.c36 #define apb4_prescaler(v) z_apb4_prescaler(v) macro
900 LL_RCC_SetAPB4Prescaler(apb4_prescaler(STM32_APB4_PRESCALER)); in stm32_clock_control_init()
/Zephyr-latest/include/zephyr/drivers/clock_control/
Dstm32_clock_control.h77 #define STM32_APB4_PRESCALER DT_PROP(DT_NODELABEL(rcc), apb4_prescaler)