Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/clock_control/
Dclock_stm32_ll_wb0.c597 #define LL_PRESCALER(x) LL_RCC_DIRECT_HSE_DIV_ ##x macro
599 #define LL_PRESCALER(x) LL_RCC_RC64MPLL_DIV_ ##x macro
610 return LL_PRESCALER(1); in kconfig_to_ll_prescaler()
612 return LL_PRESCALER(2); in kconfig_to_ll_prescaler()
614 return LL_PRESCALER(4); in kconfig_to_ll_prescaler()
616 return LL_PRESCALER(8); in kconfig_to_ll_prescaler()
618 return LL_PRESCALER(16); in kconfig_to_ll_prescaler()
620 return LL_PRESCALER(32); in kconfig_to_ll_prescaler()
631 #undef LL_PRESCALER /* Undefine helper macro */