Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/dt-bindings/clock/
Dstm32_clock.h26 #define STM32_CLOCK_DIV_SHIFT 12 macro
29 #define STM32_CLOCK_DIV(div) (((div) - 1) << STM32_CLOCK_DIV_SHIFT)
Dstm32_common_clocks.h18 #define STM32_CLOCK_DIV_SHIFT 12 macro
21 #define STM32_CLOCK_DIV(div) (((div) - 1) << STM32_CLOCK_DIV_SHIFT)
/Zephyr-latest/include/zephyr/drivers/clock_control/
Dstm32_clock_control.h437 uint32_t bus : STM32_CLOCK_DIV_SHIFT;
438 uint32_t div : (32 - STM32_CLOCK_DIV_SHIFT);
448 GENMASK(STM32_CLOCK_DIV_SHIFT - 1, 0), \
450 STM32_CLOCK_DIV_SHIFT, \