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.h27 #define STM32_CLOCK_DIV_SHIFT 12 macro
30 #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.h626 uint32_t bus : STM32_CLOCK_DIV_SHIFT;
627 uint32_t div : (32 - STM32_CLOCK_DIV_SHIFT);
637 GENMASK(STM32_CLOCK_DIV_SHIFT - 1, 0), \
639 STM32_CLOCK_DIV_SHIFT, \