Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/dt-bindings/clock/
Dstm32l1_clock.h35 #define STM32_CLOCK_VAL_MASK 0x7U macro
55 (((val) & STM32_CLOCK_VAL_MASK) << STM32_CLOCK_VAL_SHIFT))
Dstm32wb0_clock.h36 #define STM32_CLOCK_VAL_MASK STM32_CLOCK_MASK_MASK macro
56 (((val) & STM32_CLOCK_VAL_MASK) << STM32_CLOCK_VAL_SHIFT))
Dstm32f1_clock.h37 #define STM32_CLOCK_VAL_MASK 0x7U macro
57 (((val) & STM32_CLOCK_VAL_MASK) << STM32_CLOCK_VAL_SHIFT))
Dstm32l0_clock.h40 #define STM32_CLOCK_VAL_MASK 0x7U macro
60 (((val) & STM32_CLOCK_VAL_MASK) << STM32_CLOCK_VAL_SHIFT))
Dstm32f0_clock.h39 #define STM32_CLOCK_VAL_MASK 0x7U macro
59 (((val) & STM32_CLOCK_VAL_MASK) << STM32_CLOCK_VAL_SHIFT))
Dstm32f4_clock.h52 #define STM32_CLOCK_VAL_MASK 0x7U macro
72 (((val) & STM32_CLOCK_VAL_MASK) << STM32_CLOCK_VAL_SHIFT))
Dstm32c0_clock.h38 #define STM32_CLOCK_VAL_MASK 0x7U macro
58 (((val) & STM32_CLOCK_VAL_MASK) << STM32_CLOCK_VAL_SHIFT))
Dstm32wb_clock.h47 #define STM32_CLOCK_VAL_MASK 0x7U macro
67 (((val) & STM32_CLOCK_VAL_MASK) << STM32_CLOCK_VAL_SHIFT))
Dstm32wl_clock.h47 #define STM32_CLOCK_VAL_MASK 0x7U macro
67 (((val) & STM32_CLOCK_VAL_MASK) << STM32_CLOCK_VAL_SHIFT))
Dstm32u0_clock.h45 #define STM32_CLOCK_VAL_MASK 0x7U macro
65 (((val) & STM32_CLOCK_VAL_MASK) << STM32_CLOCK_VAL_SHIFT))
Dstm32wba_clock.h68 #define STM32_CLOCK_VAL_MASK 0x7U macro
75 (((val) & STM32_CLOCK_VAL_MASK) << STM32_CLOCK_VAL_SHIFT))
Dstm32f3_clock.h40 #define STM32_CLOCK_VAL_MASK 0x7U macro
60 (((val) & STM32_CLOCK_VAL_MASK) << STM32_CLOCK_VAL_SHIFT))
Dstm32g0_clock.h44 #define STM32_CLOCK_VAL_MASK 0x7U macro
64 (((val) & STM32_CLOCK_VAL_MASK) << STM32_CLOCK_VAL_SHIFT))
Dstm32g4_clock.h48 #define STM32_CLOCK_VAL_MASK 0x7U macro
68 (((val) & STM32_CLOCK_VAL_MASK) << STM32_CLOCK_VAL_SHIFT))
Dstm32f7_clock.h50 #define STM32_CLOCK_VAL_MASK 0x7U macro
70 (((val) & STM32_CLOCK_VAL_MASK) << STM32_CLOCK_VAL_SHIFT))
Dstm32l4_clock.h46 #define STM32_CLOCK_VAL_MASK 0x7U macro
66 (((val) & STM32_CLOCK_VAL_MASK) << STM32_CLOCK_VAL_SHIFT))
Dstm32h7rs_clock.h63 #define STM32_CLOCK_VAL_MASK 0x7U macro
83 (((val) & STM32_CLOCK_VAL_MASK) << STM32_CLOCK_VAL_SHIFT))
Dstm32h7_clock.h67 #define STM32_CLOCK_VAL_MASK 0x7U macro
87 (((val) & STM32_CLOCK_VAL_MASK) << STM32_CLOCK_VAL_SHIFT))
Dstm32u5_clock.h61 #define STM32_CLOCK_VAL_MASK 0x7U macro
81 (((val) & STM32_CLOCK_VAL_MASK) << STM32_CLOCK_VAL_SHIFT))
Dstm32h5_clock.h60 #define STM32_CLOCK_VAL_MASK 0x7U macro
80 (((val) & STM32_CLOCK_VAL_MASK) << STM32_CLOCK_VAL_SHIFT))
/Zephyr-latest/include/zephyr/drivers/clock_control/
Dstm32_clock_control.h501 (((clock) >> STM32_CLOCK_VAL_SHIFT) & STM32_CLOCK_VAL_MASK)