Searched refs:apb4_prescaler (Results 1 – 4 of 4) sorted by relevance
46 #if DT_NODE_HAS_PROP(DT_NODELABEL(pcc), apb4_prescaler)48 #define APB4DIV_VAL (DT_PROP(DT_NODELABEL(pcc), apb4_prescaler) - 1)
46 #define apb4_prescaler(v) z_apb4_prescaler(v) macro1138 LL_RCC_SetAPB4Prescaler(apb4_prescaler(STM32_PPRE4));1145 LL_RCC_SetAPB4Prescaler(apb4_prescaler(STM32_D3PPRE));
36 #define apb4_prescaler(v) z_apb4_prescaler(v) macro900 LL_RCC_SetAPB4Prescaler(apb4_prescaler(STM32_APB4_PRESCALER)); in stm32_clock_control_init()
77 #define STM32_APB4_PRESCALER DT_PROP(DT_NODELABEL(rcc), apb4_prescaler)