Searched refs:STM32_CLOCK_VAL_MASK (Results 1 – 21 of 21) sorted by relevance
35 #define STM32_CLOCK_VAL_MASK 0x7U macro55 (((val) & STM32_CLOCK_VAL_MASK) << STM32_CLOCK_VAL_SHIFT))
36 #define STM32_CLOCK_VAL_MASK STM32_CLOCK_MASK_MASK macro56 (((val) & STM32_CLOCK_VAL_MASK) << STM32_CLOCK_VAL_SHIFT))
37 #define STM32_CLOCK_VAL_MASK 0x7U macro57 (((val) & STM32_CLOCK_VAL_MASK) << STM32_CLOCK_VAL_SHIFT))
40 #define STM32_CLOCK_VAL_MASK 0x7U macro60 (((val) & STM32_CLOCK_VAL_MASK) << STM32_CLOCK_VAL_SHIFT))
39 #define STM32_CLOCK_VAL_MASK 0x7U macro59 (((val) & STM32_CLOCK_VAL_MASK) << STM32_CLOCK_VAL_SHIFT))
52 #define STM32_CLOCK_VAL_MASK 0x7U macro72 (((val) & STM32_CLOCK_VAL_MASK) << STM32_CLOCK_VAL_SHIFT))
38 #define STM32_CLOCK_VAL_MASK 0x7U macro58 (((val) & STM32_CLOCK_VAL_MASK) << STM32_CLOCK_VAL_SHIFT))
47 #define STM32_CLOCK_VAL_MASK 0x7U macro67 (((val) & STM32_CLOCK_VAL_MASK) << STM32_CLOCK_VAL_SHIFT))
45 #define STM32_CLOCK_VAL_MASK 0x7U macro65 (((val) & STM32_CLOCK_VAL_MASK) << STM32_CLOCK_VAL_SHIFT))
68 #define STM32_CLOCK_VAL_MASK 0x7U macro75 (((val) & STM32_CLOCK_VAL_MASK) << STM32_CLOCK_VAL_SHIFT))
44 #define STM32_CLOCK_VAL_MASK 0x7U macro64 (((val) & STM32_CLOCK_VAL_MASK) << STM32_CLOCK_VAL_SHIFT))
48 #define STM32_CLOCK_VAL_MASK 0x7U macro68 (((val) & STM32_CLOCK_VAL_MASK) << STM32_CLOCK_VAL_SHIFT))
50 #define STM32_CLOCK_VAL_MASK 0x7U macro70 (((val) & STM32_CLOCK_VAL_MASK) << STM32_CLOCK_VAL_SHIFT))
46 #define STM32_CLOCK_VAL_MASK 0x7U macro66 (((val) & STM32_CLOCK_VAL_MASK) << STM32_CLOCK_VAL_SHIFT))
63 #define STM32_CLOCK_VAL_MASK 0x7U macro83 (((val) & STM32_CLOCK_VAL_MASK) << STM32_CLOCK_VAL_SHIFT))
67 #define STM32_CLOCK_VAL_MASK 0x7U macro87 (((val) & STM32_CLOCK_VAL_MASK) << STM32_CLOCK_VAL_SHIFT))
61 #define STM32_CLOCK_VAL_MASK 0x7U macro81 (((val) & STM32_CLOCK_VAL_MASK) << STM32_CLOCK_VAL_SHIFT))
60 #define STM32_CLOCK_VAL_MASK 0x7U macro80 (((val) & STM32_CLOCK_VAL_MASK) << STM32_CLOCK_VAL_SHIFT))
501 (((clock) >> STM32_CLOCK_VAL_SHIFT) & STM32_CLOCK_VAL_MASK)