Searched refs:STM32_IC2_DIV (Results 1 – 2 of 2) sorted by relevance
146 return get_icout_frequency(LL_RCC_IC2_GetSource(), STM32_IC2_DIV); in get_sysclk_frequency()346 *rate = get_icout_frequency(LL_RCC_IC2_GetSource(), STM32_IC2_DIV); in stm32_clock_control_get_subsys_rate()492 LL_RCC_IC2_SetDivider(STM32_IC2_DIV); in set_up_ics()
512 #define STM32_IC2_DIV DT_PROP(DT_NODELABEL(ic2), ic_div) macro