Searched refs:IS_CLK_TYPE (Results 1 – 4 of 4) sorted by relevance
217 #define IS_CLK_TYPE(__TYPE__) ((((__TYPE__) & CLK_TYPE_Msk) != 0UL) &&\ macro
247 #define IS_CLK_TYPE(__TYPE__) ((((__TYPE__) & CLK_TYPE_MSk) != 0UL) &&\ macro
108 assert_parameters(IS_CLK_TYPE(CLK_ClkInitStruct->ClockType)); in CLK_ClockConfig()
109 assert_parameters(IS_CLK_TYPE(CLK_ClkInitStruct->ClockType)); in CLK_ClockConfig()
Completed in 10 milliseconds